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:
parent
cc33912a9a
commit
ccdb925105
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue