4 if ![info exists AS] then {
5 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
9 if ![info exists GASP] then {
10 set GASP [findfile $base_dir/../gasp-new "../gasp-new" [transform gasp]]
14 if ![info exists ASFLAGS] then {
18 if ![info exists OBJDUMP] then {
19 set OBJDUMP [findfile $base_dir/../../binutils/objdump \
20 $base_dir/../../binutils/objdump \
24 if ![info exists OBJDUMPFLAGS] then {
28 if ![info exists NM] then {
29 set NM [findfile $base_dir/../../binutils/nm-new \
30 $base_dir/../../binutils/nm-new \
34 if ![info exists NMFLAGS] then {
38 if ![info exists OBJCOPY] then {
39 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
42 if ![info exists OBJCOPYFLAGS] then {