]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (site.exp): Use the object testsuite directory as the temporary directory.
authorJeffrey A Law <law@cygnus.com>
Tue, 2 Jun 1998 21:48:43 +0000 (21:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Jun 1998 21:48:43 +0000 (15:48 -0600)
        * Makefile.in (site.exp): Use the object testsuite directory as
        the temporary directory.

From-SVN: r20197

gcc/ChangeLog
gcc/Makefile.in

index 1cd5e5b13a4e11723466de52750fb7fe8d85bec8..7a0e7a46d07becb2dcaca712ef4b74056caa9e13 100644 (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)
 
+       * 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.
 
index 6815bce1ec1d5a2aef359cbb05e7cf645ed3eb46..ab07317940df1b82f1892ba0a4420f1c4ed304a4 100644 (file)
@@ -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