* gdb.base/configure.in: Look for makefile fragments in ../config.
Recognize i386-*-netware. * gdb.c++/configure.in: Likewise.
This commit is contained in:
parent
8aa8690c8b
commit
9f70e45075
@ -1,3 +1,9 @@
|
||||
Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||
|
||||
* gdb.base/configure.in: Look for makefile fragments in ../config.
|
||||
Recognize i386-*-netware.
|
||||
* gdb.c++/configure.in: Likewise.
|
||||
|
||||
Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* gdb.base/corefile.exp: Change `else if' to `elseif', which is
|
||||
@ -6,7 +12,7 @@ Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||
|
||||
* gdb.base/opaque.exp: use runto instead of messing around with
|
||||
breakpoints.
|
||||
breakpoints. Simplify by using gdb_test.
|
||||
|
||||
* gdb.base/bitfields.exp: restart between tests on netware targets
|
||||
because breakpoints aren't relocated after target death. Run
|
||||
|
@ -12,20 +12,21 @@ srcname="gdb.base"
|
||||
|
||||
# everything defaults to unix for a target
|
||||
target_abbrev=unix
|
||||
target_makefile_frag=config/mt-unix
|
||||
target_makefile_frag=../config/mt-unix
|
||||
|
||||
# this section is for all targets
|
||||
case "${target}" in
|
||||
hppa*-*-hpux*) target_makefile_frag=config/mt-hpux ;;
|
||||
i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
|
||||
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
|
||||
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
||||
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
||||
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
||||
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
||||
sparclite-*-*) target_makefile_frag=config/mt-slite ;;
|
||||
sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
|
||||
mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
|
||||
hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
|
||||
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 ;;
|
||||
i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
|
||||
a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
|
||||
sparclite-*-*) target_makefile_frag=../config/mt-slite ;;
|
||||
sparc-*-aout) target_makefile_frag=../config/mt-sparc-aout ;;
|
||||
mips-*-ecoff) target_makefile_frag=../config/mt-mips-ecoff ;;
|
||||
esac
|
||||
|
||||
# post-target:
|
||||
|
Loading…
Reference in New Issue
Block a user