aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.stabs/configure.in')
-rw-r--r--gdb/testsuite/gdb.stabs/configure.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.stabs/configure.in b/gdb/testsuite/gdb.stabs/configure.in
new file mode 100644
index 0000000..7327327
--- /dev/null
+++ b/gdb/testsuite/gdb.stabs/configure.in
@@ -0,0 +1,20 @@
+# This file is a shell script fragment that supplies the information
+# necessary to tailor a template configure script into the configure
+# script appropriate for this directory. For more information, check
+# any existing configure script.
+
+srctrigger="wierd.exp"
+srcname="gdb.stabs"
+
+# per-host:
+
+# per-target:
+
+case "${target}" in
+
+# Do any other machines use .stabx? What about i386-*-aix*?
+rs6000-*-aix*) target_makefile_frag=xcoff.mt ;;
+
+*-*-*) target_makefile_frag=aout.mt ;;
+
+esac