13 lines
169 B
Text
13 lines
169 B
Text
load_lib gas-defs.exp
|
|
|
|
global AS
|
|
if ![info exists AS] then {
|
|
set AS [transform as]
|
|
}
|
|
|
|
global ASFLAGS
|
|
if ![info exists ASFLAGS] then {
|
|
set ASFLAGS ""
|
|
}
|
|
|
|
gas_init
|