diff options
author | Rob Savoye <rob@cygnus> | 1994-02-15 03:44:22 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-02-15 03:44:22 +0000 |
commit | d46d1d05d3773fad78c3812017d1327a69f58cfc (patch) | |
tree | 0e7087c8471b31cc20faca8f02ed7be16f27a27f /binutils | |
parent | 60100886993dc7473bf7a4c98318e8be6dc8b36d (diff) | |
download | gdb-d46d1d05d3773fad78c3812017d1327a69f58cfc.zip gdb-d46d1d05d3773fad78c3812017d1327a69f58cfc.tar.gz gdb-d46d1d05d3773fad78c3812017d1327a69f58cfc.tar.bz2 |
Leave it for the init file to identify proper binary to run.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 3fb5fc5..098a490 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -105,13 +105,6 @@ site.exp: ./config.status Makefile @echo "set target_triplet ${target_canonical}" >> ./tmp0 @echo "set tool binutils" >> ./tmp0 @echo "set srcdir ${srcdir}" >> ./tmp0 - @echo "set RANLIB [findfile \$$base_dir/../ranlib]" >> ./tmp0 - @echo "set OBJCOPY [findfile \$$base_dir/../objcopy]" >> ./tmp0 - @echo "set STRIP [findfile \$$base_dir/../strip]" >> ./tmp0 - @echo "set STRINGS [findfile \$$base_dir/../strings]" >> ./tmp0 - @echo "set NM [findfile \$$base_dir/../nm]" >> ./tmp0 - @echo "set OBJDUMP [findfile \$$base_dir/../objdump]" >> ./tmp0 - @echo "set SIZE [findfile \$$base_dir/../size]" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp @cat site.bak | sed \ |