projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e149500
)
Look for as.new before looking in the path for the binary to test.
author
Rob Savoye
<rob@cygnus>
Tue, 21 Jun 1994 22:15:04 +0000
(22:15 +0000)
committer
Rob Savoye
<rob@cygnus>
Tue, 21 Jun 1994 22:15:04 +0000
(22:15 +0000)
gas/testsuite/config/default.exp
[new file with mode: 0644]
patch
|
blob
diff --git a/gas/testsuite/config/default.exp
b/gas/testsuite/config/default.exp
new file mode 100644
(file)
index 0000000..
b207f55
--- /dev/null
+++ b/
gas/testsuite/config/default.exp
@@ -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