diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-12 20:12:01 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-12 20:12:01 +0000 |
commit | c14cb8ce808824fb7160f9267310c1990bcf1de7 (patch) | |
tree | 2c40befa641d2138565684d91b8c545b7f55043c /gdb | |
parent | f3c8d0971b3bfb778123e13223d6ca21ab4c5014 (diff) | |
download | gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.zip gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.tar.gz gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.tar.bz2 |
* config/mt-i386-netware: New file.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-i386-netware | 2 | ||||
-rw-r--r-- | gdb/testsuite/configure.in | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 411f3bd..f0d0a9b 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 0000000..46ec72f --- /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 a554669..b85ceca 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 ;; |