summaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.in
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-05-19 19:58:04 +0000
committerBill Cox <bill@cygnus>1994-05-19 19:58:04 +0000
commit2f1099839992840fbf5c913c7e56d98d750a3398 (patch)
treece7ff493109426fe8bb3a14a5c398679cc062ef9 /gdb/testsuite/configure.in
parentf9c57637e42d17078adb2b1cb544d43426cda697 (diff)
downloadbinutils-gdb-2f1099839992840fbf5c913c7e56d98d750a3398.tar.gz
* Makefile.in, configure.in, config/mips-gdb.exp,
config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy, config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp, config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,, gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in, gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c, gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in, gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp, gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in, gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in, gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp, gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in, gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c, gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp, gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in, gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing changes from 94Q1.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r--gdb/testsuite/configure.in33
1 files changed, 9 insertions, 24 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index ab08d3a8d32..032c7902804 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -26,30 +26,15 @@ target_makefile_frag=config/mt-unix
# this section is for all targets
case "${target}" in
-i386-*-aout) target_abbrev=aout ;
- target_makefile_frag=config/mt-i386-aout ;;
-m68*-abug-aout) target_abbrev=abug ;
- target_makefile_frag=config/mt-m68k-abug-aout ;;
-m68*-abug-coff) target_abbrev=abug ;
- target_makefile_frag=config/mt-m68k-abug-coff ;;
-m68*-*-abug) target_abbrev=abug ;
- target_makefile_frag=config/mt-m68k-abug-aout ;;
-m68k-*-coff) target_abbrev=coff ;
- target_makefile_frag=config/mt-m68k-coff ;;
-m68k-*-aout) target_abbrev=aout ;
- target_makefile_frag=config/mt-m68k-aout ;;
-i960-*-nindy) target_abbrev=nind ;
- target_makefile_frag=config/mt-i960-nindy ;;
-m68k-*-vxworks) target_abbrev=vx ;
- target_makefile_frag=config/mt-m68k-vx ;;
-i960-*-vxworks) target_abbrev=vx ;
- target_makefile_frag=config/mt-i960-vx ;;
-a29k-*-udi) target_abbrev=udi ;
- target_makefile_frag=config/mt-a29k-udi ;;
-a29k-isstip-*) target_abbrev=itip ;
- target_makefile_frag=config/mt-a29k-isstip ;;
-mips-idt-ecoff*) target_abbrev=mips ;
- target_makefile_frag=config/mt-mips ;;
+ 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 ;;
esac
case "${target}" in