* testsuite/Makefile.in: Use gasp tests.
[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 global GASP
9 if ![info exists GASP] then {
10 set GASP [findfile $base_dir/../gasp.new "../gasp.new" [transform gasp]]
11 }
12
13 global ASFLAGS
14 if ![info exists ASFLAGS] then {
15 set ASFLAGS ""
16 }
17
18 if ![info exists OBJDUMP] then {
19 set OBJDUMP [findfile $base_dir/../../binutils/objdump \
20 $base_dir/../../binutils/objdump \
21 [transform objdump]]
22 }
23
24 if ![info exists OBJDUMPFLAGS] then {
25 set OBJDUMPFLAGS {}
26 }
27
28 gas_init
This page took 0.030653 seconds and 5 git commands to generate.