diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-08-20 03:04:03 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-08-20 03:04:03 +0000 |
commit | a08bafb59bce834786c3510578849f38652efea3 (patch) | |
tree | 25a39e8c399c9c9adb8618cc33e5e4d7f51d0033 /Makefile.in | |
parent | f5126dd7c3a605d9210aa040e7c715aba26b9fc6 (diff) | |
download | gdb-a08bafb59bce834786c3510578849f38652efea3.zip gdb-a08bafb59bce834786c3510578849f38652efea3.tar.gz gdb-a08bafb59bce834786c3510578849f38652efea3.tar.bz2 |
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |