mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 03:30:28 +08:00
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
This commit is contained in:
parent
57e9cdba05
commit
77198d71e1
@ -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
|
||||
|
@ -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++ \
|
||||
|
@ -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++ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user