aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-02-13 23:20:09 +0000
committerJeff Law <law@redhat.com>1997-02-13 23:20:09 +0000
commitf8cc5c612ec542960df0039218f013d6fdf378ae (patch)
treea6571c9ebb6c1cc1c546583de27c5074bf188494 /gdb/testsuite/gdb.stabs/configure.in
parentf43e619c5bc4293d1e03197d016475e3b9de2c5b (diff)
downloadgdb-f8cc5c612ec542960df0039218f013d6fdf378ae.zip
gdb-f8cc5c612ec542960df0039218f013d6fdf378ae.tar.gz
gdb-f8cc5c612ec542960df0039218f013d6fdf378ae.tar.bz2
* gdb.stabs/*.mt; Deleted, no longer used.
* gdb.stabs/configure.in: Remove references to target makefile frags. * gdb.stabs/configure: Rebuilt. Removing more crud.
Diffstat (limited to 'gdb/testsuite/gdb.stabs/configure.in')
-rw-r--r--gdb/testsuite/gdb.stabs/configure.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/gdb/testsuite/gdb.stabs/configure.in b/gdb/testsuite/gdb.stabs/configure.in
index 16c3f5d..aa49426 100644
--- a/gdb/testsuite/gdb.stabs/configure.in
+++ b/gdb/testsuite/gdb.stabs/configure.in
@@ -12,34 +12,4 @@ AC_SUBST(CC)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
AC_CANONICAL_SYSTEM
-case "${target}" in
-
-# Do any other machines use .stabx? What about i386-*-aix*?
-rs6000-*-aix*) target_makefile_frag=xcoff.mt ;;
-
-alpha-*-*) if test "x${with_gnu_as}" = xyes ; then
- target_makefile_frag=aout.mt
- else
- target_makefile_frag=alpha.mt
- fi
- ;;
-
-hppa*-*-*) target_makefile_frag=hppa.mt ;;
-
-mips-*-bsd*) target_makefile_frag=aout.mt ;;
-mips-*-*) if test "x${with_gnu_as}" = xyes ; then
- target_makefile_frag=aout.mt
- else
- target_makefile_frag=ecoff.mt
- fi
- ;;
-
-*-*-*) target_makefile_frag=aout.mt ;;
-
-esac
-
-# We also need to use a makefile fragment for the embedded targets
-# to get the flags right to build the test cases
-AC_SUBST_FILE(target_makefile_frag)
-
AC_OUTPUT(Makefile)