* config/mt-i386-netware: New file.

This commit is contained in:
J.T. Conklin 1994-07-12 20:12:01 +00:00
parent f3c8d0971b
commit c14cb8ce80
3 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1,2 @@
CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include
LDFLAGS = -r

View file

@ -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 ;;