From 5fdb3602a66737e69ca996f31e646e36c1fa842b Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Wed, 5 Jan 1994 05:21:34 +0000 Subject: [PATCH] Add default values for AS and ASFLAGS. --- gas/testsuite/config/unix-gas.exp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2