Set correct values for NM, SIZE etc...
authorRob Savoye <rob@cygnus>
Tue, 15 Feb 1994 03:44:51 +0000 (03:44 +0000)
committerRob Savoye <rob@cygnus>
Tue, 15 Feb 1994 03:44:51 +0000 (03:44 +0000)
binutils/testsuite/config/unix.exp

index 31fe7e3782162543d3e0b554f6b2fad233481018..4f4e8eee6d8746ed64d6669a63010d82914a5bb5 100644 (file)
@@ -23,7 +23,7 @@ load_lib util-defs.exp
 
 global NM
 if ![info exists NM] then {
-    set NM [transform nm]
+    set NM [findfile \$$base_dir/../nm]
 }
 global NMFLAGS
 if ![info exists NMFLAGS] then {
@@ -31,7 +31,7 @@ if ![info exists NMFLAGS] then {
 }
 global SIZE
 if ![info exists SIZE] then {
-    set SIZE [transform size]
+    set SIZE [findfile \$$base_dir/../size]
 }
 global SIZEFLAGS
 if ![info exists SIZEFLAGS] then {
@@ -39,7 +39,7 @@ if ![info exists SIZEFLAGS] then {
 }
 global OBJDUMP
 if ![info exists OBJDUMP] then {
-    set OBJDUMP [transform objdump]
+    set OBJDUMP [findfile \$$base_dir/../objdump]
 }
 global OBJDUMPFLAGS
 if ![info exists OBJDUMPFLAGS] then {