summaryrefslogtreecommitdiff
path: root/sim/testsuite/config
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-05-04 22:18:20 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-05-04 22:18:20 +0000
commit5678ce88c4f8a3cadeba754052090dbe7191fe5e (patch)
tree4208e97b63f5630cc9d54c2119bed07456f2bedb /sim/testsuite/config
parentc8f28d295d5fba8ad4ca710a8e591ac890a4c2bd (diff)
downloadbinutils-gdb-5678ce88c4f8a3cadeba754052090dbe7191fe5e.tar.gz
* Added hooks to new dejagnu sky tests, removed old test from run.
Mon May 4 17:59:11 1998 Frank Ch. Eigler <fche@cygnus.com> start-sanitize-sky * configure.in (testdir): Don't use old sky test directory. * configure: Regenerated * sky/Makefile.in: swallow stderr on buggy tests end-sanitize-sky * config/default.exp: Added C compiler settings.
Diffstat (limited to 'sim/testsuite/config')
-rw-r--r--sim/testsuite/config/default.exp49
1 files changed, 49 insertions, 0 deletions
diff --git a/sim/testsuite/config/default.exp b/sim/testsuite/config/default.exp
new file mode 100644
index 00000000000..43c0381414d
--- /dev/null
+++ b/sim/testsuite/config/default.exp
@@ -0,0 +1,49 @@
+# Simulator default dejagnu configuration file.
+
+load_lib sim-defs.exp
+
+global AS
+if ![info exists AS] {
+ set AS [findfile $base_dir/../../gas/as-new $base_dir/../../gas/as-new \
+ [transform as]]
+}
+
+global ASFLAGS
+if ![info exists ASFLAGS] {
+ set ASFLAGS ""
+}
+
+global CC
+if ![info exists CC] {
+ set CC [findfile $base_dir/../../gcc/xgcc $base_dir/../../gcc/xgcc \
+ [transform gcc]]
+}
+
+global CFLAGS
+if ![info exists CFLAGS] {
+ set CFLAGS ""
+}
+
+global LD
+if ![info exists LD] {
+ set LD [findfile $base_dir/../../ld/ld-new $base_dir/../../ld/ld-new \
+ [transform ld]]
+}
+
+global LDFLAGS
+if ![info exists LDFLAGS] {
+ set LDFLAGS ""
+}
+
+global SIM
+if ![info exists SIM] {
+ set SIM [findfile $base_dir/../$arch/run $base_dir/../$arch/run \
+ [transform run]]
+}
+
+global SIMFLAGS
+if ![info exists SIMFLAGS] {
+ set SIMFLAGS ""
+}
+
+sim_init