From: J.T. Conklin Date: Tue, 12 Jul 1994 20:12:01 +0000 (+0000) Subject: * config/mt-i386-netware: New file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c14cb8ce808824fb7160f9267310c1990bcf1de7;p=binutils-gdb.git * config/mt-i386-netware: New file. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 411f3bd1515..f0d0a9bd2f0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/config/mt-i386-netware b/gdb/testsuite/config/mt-i386-netware new file mode 100644 index 00000000000..46ec72f778f --- /dev/null +++ b/gdb/testsuite/config/mt-i386-netware @@ -0,0 +1,2 @@ +CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include +LDFLAGS = -r diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index a5546699b68..b85ceca3034 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -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 ;;