15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
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
|