* config/mt-i386-netware: New file.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 12 Jul 1994 20:12:01 +0000 (20:12 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 12 Jul 1994 20:12:01 +0000 (20:12 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/config/mt-i386-netware [new file with mode: 0644]
gdb/testsuite/configure.in

index 411f3bd..f0d0a9b 100644 (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.
 
diff --git a/gdb/testsuite/config/mt-i386-netware b/gdb/testsuite/config/mt-i386-netware
new file mode 100644 (file)
index 0000000..46ec72f
--- /dev/null
@@ -0,0 +1,2 @@
+CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include 
+LDFLAGS = -r
index a554669..b85ceca 100644 (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 ;;