4 if ![info exists AS] then {
5 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
9 if ![info exists ASFLAGS] then {
13 if ![info exists OBJDUMP] then {
14 set OBJDUMP [findfile $base_dir/../../binutils/objdump \
15 $base_dir/../../binutils/objdump \
19 if ![info exists OBJDUMPFLAGS] then {
23 if ![info exists NM] then {
24 set NM [findfile $base_dir/../../binutils/nm-new \
25 $base_dir/../../binutils/nm-new \
29 if ![info exists NMFLAGS] then {
33 if ![info exists OBJCOPY] then {
34 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
37 if ![info exists OBJCOPYFLAGS] then {
41 if ![info exists READELF] then {
42 set READELF [findfile $base_dir/../../binutils/readelf]
45 if ![info exists READELFFLAGS] then {