aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/config/unix-gas.exp
blob: cf28769740826ba828a79314ca003e1cf1179c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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