Commit ccdb9251 by Jeffrey A Law Committed by Jeff Law

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
parent cc33912a
......@@ -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)
* Makefile.in (site.exp): Use the object testsuite directory as
the temporary directory.
* expr.c (expand_expr, case ADDR_EXPR): Handle taking the
address of an ADDRESSOF rtx.
......
......@@ -2515,10 +2515,7 @@ site.exp: ./config.status Makefile
echo "append LDFLAGS \" -L$(objdir)/../ld\"" >> ./tmp0; \
else true; \
fi
@if [ $(build_canonical) != $(host_canonical) ] ; then \
echo "set tmpdir /tmp" >> ./tmp0 ; \
else echo "set tmpdir $(objdir)/testsuite" >> ./tmp0 ; \
fi
echo "set tmpdir $(objdir)/testsuite" >> ./tmp0
@echo "set srcdir \"\$${srcdir}/testsuite\"" >> ./tmp0
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
@cat ./tmp0 > site.exp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment