mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* configure.in: change lynx support to CPU-*-lynxos*
* Makefile.in (subdir_do): change test from existence of directory to existence of Makefile (the directory may exist but not be configured)
This commit is contained in:
@ -167,7 +167,7 @@ i[34]86-*-elf) gdb_target=i386v ;;
|
||||
|
||||
i[34]86-*-bsd*) gdb_target=i386bsd ;;
|
||||
i[34]86-*-go32) gdb_target=i386aout ;;
|
||||
i[34]86-*-lynx*) gdb_target=i386lynx
|
||||
i[34]86-*-lynxos*) gdb_target=i386lynx
|
||||
configdirs="${configdirs} gdbserver"
|
||||
;;
|
||||
i[34]86-*-solaris*) gdb_target=i386sol2 ;;
|
||||
|
Reference in New Issue
Block a user