]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/44862 (bootstrap with --enable-build-with-cxx and --with-libiconv-prefi...
authorJack Howarth <howarth@bromo.med.uc.edu>
Sat, 17 Jul 2010 08:22:09 +0000 (08:22 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 17 Jul 2010 08:22:09 +0000 (08:22 +0000)
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

ChangeLog
Makefile.in
Makefile.tpl

index c8e78a3234f11e486787e2bc5482c64ca269bd0e..83b82b4809f7fa1603cf4a6d74a64c88bc499043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
 
        * MAINTAINERS (Reviewers): Update my e-mail address
index 22a77d261aa9295971f1b3b98fc6fadccf0e7192..3268a302b6c1e9ab93f5b7e198714299f1f75def 100644 (file)
@@ -235,6 +235,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++ \
index 98b526c5a488615665113e43837f81044a67d7dc..1f0419c430e3617b1c87bc9f3eef2029dcb753bc 100644 (file)
@@ -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++ \