* config/mt-i386-netware: New file.
This commit is contained in:
parent
f3c8d0971b
commit
c14cb8ce80
3 changed files with 5 additions and 0 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue