Add default values for AS and ASFLAGS.
authorRob Savoye <rob@cygnus>
Wed, 5 Jan 1994 05:21:34 +0000 (05:21 +0000)
committerRob Savoye <rob@cygnus>
Wed, 5 Jan 1994 05:21:34 +0000 (05:21 +0000)
gas/testsuite/config/unix-gas.exp

index 050c56b7620cca2d499fede2168560b3e17fc233..cf28769740826ba828a79314ca003e1cf1179c0a 100644 (file)
@@ -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