diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2012-11-30 15:02:40 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2012-11-30 15:02:40 +0000 |
commit | d24892043def3a24e8241d420ecb9b6e29dea344 (patch) | |
tree | 5706f0833711c276d6b56358863a96e4e13629ad /Makefile.tpl | |
parent | 556ec64d8cdc060dd38d29fdcc41a95def90edea (diff) | |
download | gdb-d24892043def3a24e8241d420ecb9b6e29dea344.zip gdb-d24892043def3a24e8241d420ecb9b6e29dea344.tar.gz gdb-d24892043def3a24e8241d420ecb9b6e29dea344.tar.bz2 |
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.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 146666a..5cdc119 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 \ |