* config/default.exp: Renamed from unix-gas.exp.

This commit is contained in:
Ken Raeburn 1994-05-05 21:34:11 +00:00
parent 523ca9d0a2
commit 8f10906f94

View File

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