From: Rob Savoye Date: Wed, 5 Jan 1994 05:21:34 +0000 (+0000) Subject: Add default values for AS and ASFLAGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fdb3602a66737e69ca996f31e646e36c1fa842b;p=binutils-gdb.git Add default values for AS and ASFLAGS. --- diff --git a/gas/testsuite/config/unix-gas.exp b/gas/testsuite/config/unix-gas.exp index 050c56b7620..cf287697408 100644 --- 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