aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-07-26 00:35:07 +0000
committerJeff Law <law@redhat.com>1995-07-26 00:35:07 +0000
commitf27ffb51f544e79fe110af75c84879bae35c5096 (patch)
treeceacc3966c4f276a120c6cc43b06ebfe65aaa834 /gdb/testsuite/gdb.threads/configure.in
parent80ac01168f15cb5b0e29f892b749bcd357ac9143 (diff)
downloadgdb-f27ffb51f544e79fe110af75c84879bae35c5096.zip
gdb-f27ffb51f544e79fe110af75c84879bae35c5096.tar.gz
gdb-f27ffb51f544e79fe110af75c84879bae35c5096.tar.bz2
* gdb.threads: New directory with some crude multi-threaded
gdb tests (step.exp and step2.exp). * config/mt-lynx (STEP_EXECUTABLE): Define. (THREADFLAGS): Define. Hiro's test for 6100 and a crude test of my own. They both need some major cleanup for non-lynx hosts; both are also a little too loose in their checks. But I'm too burnt out on lynx to address either concern.
Diffstat (limited to 'gdb/testsuite/gdb.threads/configure.in')
-rw-r--r--gdb/testsuite/gdb.threads/configure.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.threads/configure.in b/gdb/testsuite/gdb.threads/configure.in
new file mode 100644
index 0000000..07619ad
--- /dev/null
+++ b/gdb/testsuite/gdb.threads/configure.in
@@ -0,0 +1,32 @@
+# 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="Makefile.in"
+srcname="gdb.threads"
+
+# per-host:
+
+# per-target:
+
+ # everything defaults to unix for a target
+target_abbrev=unix
+target_makefile_frag=../config/mt-unix
+
+ # this section is for all targets
+case "${target}" in
+ hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
+ i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
+ *-*-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 ;;
+ 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: