diff options
author | Rob Savoye <rob@cygnus> | 1993-12-03 04:06:44 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-12-03 04:06:44 +0000 |
commit | 2031a59499fbbeb5dbec82ab0c2a5460fae8beaf (patch) | |
tree | c682a0cebd5153dea70f11be3874ed165fbf3684 /binutils | |
parent | 9919256d50ef51f31a099e7276ae7815d0d6b37b (diff) | |
download | gdb-2031a59499fbbeb5dbec82ab0c2a5460fae8beaf.zip gdb-2031a59499fbbeb5dbec82ab0c2a5460fae8beaf.tar.gz gdb-2031a59499fbbeb5dbec82ab0c2a5460fae8beaf.tar.bz2 |
* Makefile.in: Remove some stuff from the site.exp file.
* config/unix.exp: Add global before seeing if the variables for
nm, objdump, and size exist.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/Makefile.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 09a946c..19c92bb 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -62,7 +62,7 @@ install-info: $(MAKE) subdir_do DO=install-info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS) check: site.exp all - $(RUNTEST) $(RUNTESTFLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) --target $(target_canonical) + $(RUNTEST) $(RUNTESTFLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) site.exp: ./config.status Makefile @echo "Making a new config file..." @@ -73,19 +73,9 @@ site.exp: ./config.status Makefile @echo "## these variables are automatically generated by make ##" > ./tmp0 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0 @echo "# add them to the last section" >> ./tmp0 - @echo "set host_os ${host_os}" >> ./tmp0 - @echo "set host_alias ${host_alias}" >> ./tmp0 - @echo "set host_cpu ${host_cpu}" >> ./tmp0 - @echo "set host_vendor ${host_vendor}" >> ./tmp0 - @echo "set target_os ${target_os}" >> ./tmp0 - @echo "set target_alias ${target_alias}" >> ./tmp0 - @echo "set target_cpu ${target_cpu}" >> ./tmp0 - @echo "set target_vendor ${target_vendor}" >> ./tmp0 @echo "set host_triplet ${host_canonical}" >> ./tmp0 @echo "set target_triplet ${target_canonical}" >> ./tmp0 @echo "set tool binutils" >> ./tmp0 - @echo "set srcdir ${srcdir}" >> ./tmp0 - @echo "set objdir `pwd`" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp @cat site.bak | sed \ |