mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Look for as.new before looking in the path for the binary to test.
This commit is contained in:
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
|
Reference in New Issue
Block a user