Look for as.new before looking in the path for the binary to test.
[external/binutils.git] / gas / testsuite / config / default.exp
1 load_lib gas-defs.exp
2
3 global AS
4 if ![info exists AS] then {
5     set AS [findfile $base_dir/as.new "as.new" [transform as]]
6
7 }
8
9 global ASFLAGS
10 if ![info exists ASFLAGS] then {
11     set ASFLAGS ""
12 }
13
14 gas_init