summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2012-11-30 15:02:40 +0000
committerJan-Benedict Glaw <jbglaw@lug-owl.de>2012-11-30 15:02:40 +0000
commit8f9046ae61e77a7b64fc4e97b3f2c9ae0eba0671 (patch)
treec061aef7e698b802157416c90fafe2c2d97d560a /Makefile.tpl
parentb8637f43b08b1407cde47fc0477a1100b617f71f (diff)
downloadcygnal-8f9046ae61e77a7b64fc4e97b3f2c9ae0eba0671.tar.gz
cygnal-8f9046ae61e77a7b64fc4e97b3f2c9ae0eba0671.tar.bz2
cygnal-8f9046ae61e77a7b64fc4e97b3f2c9ae0eba0671.zip
Merge g++/xg++ changes from GCC
* configure.ac: Merge from GCC. * Makefile.tpl: Dito. * Makefile.in: Dito. * configure: Dito.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 146666a45..5cdc119d9 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -238,7 +238,7 @@ POSTSTAGE1_CXX_EXPORT = \
@if target-libstdc++-v3-bootstrap
# Override the above if we're bootstrapping C++.
POSTSTAGE1_CXX_EXPORT = \
- CXX="$(STAGE_CC_WRAPPER) $$r/$(HOST_SUBDIR)/prev-gcc/g++$(exeext) \
+ CXX="$(STAGE_CC_WRAPPER) $$r/$(HOST_SUBDIR)/prev-gcc/xg++$(exeext) \
-B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
-B$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs \
-B$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs \