From: Jeffrey A Law Date: Tue, 2 Jun 1998 21:48:43 +0000 (+0000) Subject: Makefile.in (site.exp): Use the object testsuite directory as the temporary directory. X-Git-Tag: prereleases/egcs-1.1-prerelease~960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccdb92510523a0302c4bd058a51530d089aac21f;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cd5e5b13a4e..7a0e7a46d07b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,9 @@ Tue Jun 2 22:28:31 1998 Bernd Schmidt 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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6815bce1ec1d..ab07317940df 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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