* configure.in (*-*-netware): Use config/mt-netware.

* config/mt-netware: New file.
* config/mt-i386-netware: Removed, separate configs for different
  netware architectures are no longer needed now that we have
  --with-headers.
This commit is contained in:
J.T. Conklin 1994-10-21 18:34:40 +00:00
parent 42fd579538
commit 6b55e5e3b9
5 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,17 @@
Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* configure.in (*-*-netware): Use config/mt-netware.
* config/mt-netware: New file.
* config/mt-i386-netware: Removed, separate configs for different
netware architectures are no longer needed now that we have
--with-headers.
Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
by the recent changes to use ANSI C arithmetic conversions.
Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache

View File

@ -27,11 +27,11 @@ mips-gdb.exp
mt-a29k-udi
mt-hpux
mt-i386-aout
mt-i386-netware
mt-i960-nindy
mt-lynx
mt-m68k
mt-mips-ecoff
mt-netware
mt-slite
mt-sparc-aout
mt-unix

View File

@ -1,3 +0,0 @@
CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include -g
CXXFLAGS = ${CFLAGS}
LDFLAGS = -r

View File

@ -0,0 +1 @@
LDFLAGS = -r

View File

@ -25,8 +25,8 @@ target_makefile_frag=config/mt-unix
# this section is for all targets
case "${target}" in
i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;;
i[345]86-*-netware) target_makefile_frag=config/mt-i386-netware ;;
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
*-*-netware) target_makefile_frag=config/mt-netware ;;
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;