* configure.in: Add config header.
[deliverable/binutils-gdb.git] / Makefile.in
index c3caa1d0cd04e9409404cc2ab5f12e62b80f368b..c37a5052d5af1b7dca286e7e3dfd8f1f20256a5b 100644 (file)
@@ -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 \
This page took 0.023286 seconds and 4 git commands to generate.