From 7f9317f00df10a7d79b392e79e35b82bd4ee88a2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 19 Aug 2002 20:38:15 +0000 Subject: [PATCH] Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. From-SVN: r56446 --- ChangeLog | 6 ++++++ Makefile.in | 2 +- configure.in | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d275447..c3a77df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-19 Alexandre Oliva + + * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. + * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, + CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. + 2002-08-16 Aldy Hernandez * MAINTAINERS: Add self to rs6000 vector extensions. diff --git a/Makefile.in b/Makefile.in index c3caa1d..c37a505 100644 --- a/Makefile.in +++ b/Makefile.in @@ -251,7 +251,7 @@ GCJ_FOR_TARGET = # variable is passed down to the gcc Makefile, where it is used to # build libgcc2.a. We define it here so that it can itself be # overridden on the command line. -GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET) +GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET) AS_FOR_TARGET = ` \ if [ -f $$r/gas/as-new ] ; then \ diff --git a/configure.in b/configure.in index 36bdf20..a945dcb 100644 --- a/configure.in +++ b/configure.in @@ -1554,10 +1554,10 @@ cat >$sedtemp <