b207f55e196ad831ca6b3e33539d22605964f879
[deliverable/binutils-gdb.git] / gas / testsuite / config / default.exp
1 load_lib gas-defs.exp
2
3 global AS
4 if ![info exists AS] then {
5 set AS [findfile $base_dir/as.new "as.new" [transform as]]
6
7 }
8
9 global ASFLAGS
10 if ![info exists ASFLAGS] then {
11 set ASFLAGS ""
12 }
13
14 gas_init
This page took 0.030409 seconds and 3 git commands to generate.