From: Rob Savoye Date: Sat, 18 Jun 1994 20:06:27 +0000 (+0000) Subject: Don't pass AS and ASFLAGS, it's now done in the testing code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7175ea958130445b121b8461dcad6435062f62a;p=binutils-gdb.git Don't pass AS and ASFLAGS, it's now done in the testing code. --- diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 80bdf09ec1b..3e4f7957a45 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -130,7 +130,7 @@ check: site.exp if [ -f $${rootme}/../../expect/expect ] ; then \ TCL_LIBRARY=$${srcdir}/../../tcl/library ; \ export TCL_LIBRARY ; fi ; \ - $(RUNTEST) $(RUNTESTFLAGS) --tool gas AS=$(AS_FOR_TARGET) ASFLAGS="$(ASFLAGS)" + $(RUNTEST) $(RUNTESTFLAGS) --tool gas force: