Add default values for AS and ASFLAGS.
This commit is contained in:
parent
1c5d19ee56
commit
5fdb3602a6
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
load_lib gas-defs.exp
|
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
|
gas_init
|
||||||
|
|
Loading…
Reference in a new issue