mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/mt-i386-netware: New file.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||
|
||||
* config/mt-i386-netware: New file.
|
||||
|
||||
* gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
|
||||
defined.
|
||||
|
||||
|
2
gdb/testsuite/config/mt-i386-netware
Normal file
2
gdb/testsuite/config/mt-i386-netware
Normal file
@ -0,0 +1,2 @@
|
||||
CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include
|
||||
LDFLAGS = -r
|
@ -25,6 +25,7 @@ target_makefile_frag=config/mt-unix
|
||||
# this section is for all targets
|
||||
case "${target}" in
|
||||
i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
|
||||
i386-*-netware) target_makefile_frag=config/mt-i386-netware ;;
|
||||
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
|
||||
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
||||
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
||||
|
Reference in New Issue
Block a user