1993-03-29 13:27:13 +00:00
|
|
|
load_lib gas-defs.exp
|
1993-05-10 18:58:50 +00:00
|
|
|
|
1994-01-05 05:21:34 +00:00
|
|
|
global AS
|
|
|
|
if ![info exists AS] then {
|
|
|
|
set AS [transform as]
|
|
|
|
}
|
|
|
|
|
|
|
|
global ASFLAGS
|
|
|
|
if ![info exists ASFLAGS] then {
|
|
|
|
set ASFLAGS ""
|
|
|
|
}
|
|
|
|
|
1993-05-10 18:58:50 +00:00
|
|
|
gas_init
|