From cb885d9b457451ef64ec3dc093ef6c78545fb199 Mon Sep 17 00:00:00 2001 From: iains Date: Sat, 17 Jul 2010 08:22:09 +0000 Subject: [PATCH] 2010-07-17 Jack Howarth 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162275 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 8 ++++++++ Makefile.in | 1 + Makefile.tpl | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8e78a3234f..83b82b4809f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-07-17 Jack Howarth + + 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 * MAINTAINERS (Reviewers): Update my e-mail address diff --git a/Makefile.in b/Makefile.in index 22a77d261aa..3268a302b6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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++ \ diff --git a/Makefile.tpl b/Makefile.tpl index 98b526c5a48..1f0419c430e 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++ \ -- 2.11.0