diff options
author | Rob Savoye <rob@cygnus> | 1994-02-15 03:44:51 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-02-15 03:44:51 +0000 |
commit | 71ae6c3153fcc59b1922d5d1a4aafe40c9fa1a12 (patch) | |
tree | 02b0a2e5afc02eb5886e608b1acfd748d10ce218 /binutils | |
parent | d46d1d05d3773fad78c3812017d1327a69f58cfc (diff) | |
download | gdb-71ae6c3153fcc59b1922d5d1a4aafe40c9fa1a12.zip gdb-71ae6c3153fcc59b1922d5d1a4aafe40c9fa1a12.tar.gz gdb-71ae6c3153fcc59b1922d5d1a4aafe40c9fa1a12.tar.bz2 |
Set correct values for NM, SIZE etc...
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/config/unix.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp index 31fe7e3..4f4e8ee 100644 --- a/binutils/testsuite/config/unix.exp +++ b/binutils/testsuite/config/unix.exp @@ -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 { |