From: Rob Savoye Date: Tue, 21 Jun 1994 22:15:04 +0000 (+0000) Subject: Look for as.new before looking in the path for the binary to test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=605491337bd9e68814e100c0c7061388b7362d8c;p=binutils-gdb.git Look for as.new before looking in the path for the binary to test. --- diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp new file mode 100644 index 00000000000..b207f55e196 --- /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