From 243babd42406749d7299822be3fb63a9ccc4fcd3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 16 Dec 1994 00:19:40 +0000 Subject: [PATCH] * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set. (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp. * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use findfile and transform procedures to determine objdump program name. --- gas/testsuite/Makefile.in | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 3e4f7957a45..e8e69225681 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -62,29 +62,6 @@ RUNTEST = `if [ -f $${srcdir}/../../dejagnu/runtest ] ; then \ else echo runtest ; fi` RUNTESTFLAGS = -# The ugliness in the program_transform_name version seems necessary -# to work around some strange behavior of /bin/sh on 386bsd (0.1). -AS_FOR_TARGET = ` \ - if [ -f ../Makefile ] ; then \ - echo ../as.new ; \ - else \ - if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \ - echo $(AS); \ - else \ - (set -e ; t='$(program_transform_name)'; echo as | sed -e '' $$t); \ - fi; \ - fi` -OBJDUMP_FOR_TARGET = ` \ - if [ -f ../../binutils/Makefile ] ; then \ - echo ../../binutils/objdump ; \ - else \ - if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \ - echo $(OBJDUMP); \ - else \ - (set -e ; t='$(program_transform_name)'; echo objdump | sed -e '' $$t); \ - fi; \ - fi` - #### host, target, and site specific Makefile frags come in here. all: @@ -117,8 +94,6 @@ site.exp: ./Makefile @echo set srcdir ${srcdir} >> ./tmp0 @echo set exec_prefix ${exec_prefix} >> ./tmp0 @echo set objdir `pwd` >> ./tmp0 - @echo set OBJDUMP ${OBJDUMP_FOR_TARGET} >> ./tmp0 - @echo set OBJDUMPFLAGS \"${OBJDUMPFLAGS}\" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @sed -e '1,/^## All variables above are.*##/ d' < site.bak >> ./tmp0 @mv -f ./tmp0 site.exp -- 2.30.2