Makefile.in (site.exp): Use the object testsuite directory as the temporary directory.

* Makefile.in (site.exp): Use the object testsuite directory as
        the temporary directory.

From-SVN: r20197
This commit is contained in:
Jeffrey A Law 1998-06-02 21:48:43 +00:00 committed by Jeff Law
parent cc33912a9a
commit ccdb925105
2 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,9 @@ Tue Jun 2 22:28:31 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
Tue Jun 2 22:17:26 1998 Jeffrey A Law (law@cygnus.com) Tue Jun 2 22:17:26 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (site.exp): Use the object testsuite directory as
the temporary directory.
* expr.c (expand_expr, case ADDR_EXPR): Handle taking the * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
address of an ADDRESSOF rtx. address of an ADDRESSOF rtx.

View file

@ -2515,10 +2515,7 @@ site.exp: ./config.status Makefile
echo "append LDFLAGS \" -L$(objdir)/../ld\"" >> ./tmp0; \ echo "append LDFLAGS \" -L$(objdir)/../ld\"" >> ./tmp0; \
else true; \ else true; \
fi fi
@if [ $(build_canonical) != $(host_canonical) ] ; then \ echo "set tmpdir $(objdir)/testsuite" >> ./tmp0
echo "set tmpdir /tmp" >> ./tmp0 ; \
else echo "set tmpdir $(objdir)/testsuite" >> ./tmp0 ; \
fi
@echo "set srcdir \"\$${srcdir}/testsuite\"" >> ./tmp0 @echo "set srcdir \"\$${srcdir}/testsuite\"" >> ./tmp0
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
@cat ./tmp0 > site.exp @cat ./tmp0 > site.exp