diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2010-07-17 08:22:09 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2010-07-17 08:22:09 +0000 |
commit | 77198d71e127a52e2b2bf9606074c7c9f68d9224 (patch) | |
tree | 67fe376835b27feaa79de157f0edd672395fbf85 /Makefile.tpl | |
parent | 57e9cdba05e3a9a3135e9706f6fe56983c2cd40a (diff) | |
download | gcc-77198d71e127a52e2b2bf9606074c7c9f68d9224.zip gcc-77198d71e127a52e2b2bf9606074c7c9f68d9224.tar.gz gcc-77198d71e127a52e2b2bf9606074c7c9f68d9224.tar.bz2 |
re PR target/44862 (bootstrap with --enable-build-with-cxx and --with-libiconv-prefix fails)
2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/44862
* Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
Provide -B option to allow for link spec %s substitutions for
libstdc++.a on darwin.
* Makefile.in: Regenerate.
From-SVN: r162275
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 98b526c..1f0419c 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -238,6 +238,7 @@ POSTSTAGE1_CXX_EXPORT = \ POSTSTAGE1_CXX_EXPORT = \ CXX="$(STAGE_CC_WRAPPER) $$r/$(HOST_SUBDIR)/prev-gcc/g++$(exeext) \ -B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \ + -B$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs \ -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \ -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \ -I$$s/libstdc++-v3/libsupc++ \ |