Look for as.new before looking in the path for the binary to test.
This commit is contained in:
parent
e1495000e7
commit
605491337b
1 changed files with 14 additions and 0 deletions
14
gas/testsuite/config/default.exp
Normal file
14
gas/testsuite/config/default.exp
Normal file
|
@ -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
|
Loading…
Reference in a new issue