* build fix
[binutils-gdb.git] / gas / testsuite / config / default.exp
blob4134a030306a42391328af8aba93164a68ed38dd
1 load_lib gas-defs.exp
3 global AS
4 if ![info exists AS] then {
5     set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
8 global GASP
9 if ![info exists GASP] then {
10     set GASP [findfile $base_dir/../gasp-new "../gasp-new" [transform gasp]]
13 global ASFLAGS
14 if ![info exists ASFLAGS] then {
15     set ASFLAGS ""
18 if ![info exists OBJDUMP] then {
19     set OBJDUMP [findfile $base_dir/../../binutils/objdump \
20                           $base_dir/../../binutils/objdump \
21                           [transform objdump]]
24 if ![info exists OBJDUMPFLAGS] then {
25     set OBJDUMPFLAGS {}
28 if ![info exists NM] then {
29     set NM [findfile $base_dir/../../binutils/nm-new \
30                      $base_dir/../../binutils/nm-new \
31                      [transform nm]]
34 if ![info exists NMFLAGS] then {
35     set NMFLAGS {}
38 if ![info exists OBJCOPY] then {
39     set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
42 if ![info exists OBJCOPYFLAGS] then {
43     set OBJCOPYFLAGS {}
46 gas_init