Look for as.new before looking in the path for the binary to test.
authorRob Savoye <rob@cygnus>
Tue, 21 Jun 1994 22:15:04 +0000 (22:15 +0000)
committerRob Savoye <rob@cygnus>
Tue, 21 Jun 1994 22:15:04 +0000 (22:15 +0000)
gas/testsuite/config/default.exp [new file with mode: 0644]

diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp
new file mode 100644 (file)
index 0000000..b207f55
--- /dev/null
@@ -0,0 +1,14 @@
+load_lib gas-defs.exp
+
+global AS
+if ![info exists AS] then {
+    set AS [findfile $base_dir/as.new "as.new" [transform as]]
+
+}
+
+global ASFLAGS
+if ![info exists ASFLAGS] then {
+    set ASFLAGS ""
+}
+
+gas_init