Add default values for AS and ASFLAGS.

This commit is contained in:
Rob Savoye 1994-01-05 05:21:34 +00:00
parent 1c5d19ee56
commit 5fdb3602a6
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
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