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:
1c5d19e
)
Add default values for AS and ASFLAGS.
author
Rob Savoye
<rob@cygnus>
Wed, 5 Jan 1994 05:21:34 +0000
(
05:21
+0000)
committer
Rob Savoye
<rob@cygnus>
Wed, 5 Jan 1994 05:21:34 +0000
(
05:21
+0000)
gas/testsuite/config/unix-gas.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/config/unix-gas.exp
b/gas/testsuite/config/unix-gas.exp
index 050c56b7620cca2d499fede2168560b3e17fc233..cf28769740826ba828a79314ca003e1cf1179c0a 100644
(file)
--- a/
gas/testsuite/config/unix-gas.exp
+++ b/
gas/testsuite/config/unix-gas.exp
@@
-1,3
+1,13
@@
load_lib gas-defs.exp
+global AS
+if ![info exists AS] then {
+ set AS [transform as]
+}
+
+global ASFLAGS
+if ![info exists ASFLAGS] then {
+ set ASFLAGS ""
+}
+
gas_init