Look for as.new before looking in the path for the binary to test.

This commit is contained in:
Rob Savoye 1994-06-21 22:15:04 +00:00
parent e1495000e7
commit 605491337b
1 changed files with 14 additions and 0 deletions

View 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