From 605491337bd9e68814e100c0c7061388b7362d8c Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 21 Jun 1994 22:15:04 +0000 Subject: [PATCH] Look for as.new before looking in the path for the binary to test. --- gas/testsuite/config/default.exp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gas/testsuite/config/default.exp 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 -- 2.30.2