This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: <top-level> Makefile.tpl
- From: Loren James Rittle <rittle at latour dot labs dot mot dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 22 Sep 2009 13:50:42 -0500 (CDT)
- Subject: PATCH: <top-level> Makefile.tpl
- Reply-to: rittle at labs dot mot dot com
Seems obvious to me but I shall ping here. Found while trying to
bootstrap gcc with --enable-gold --enable-build-with-cxx with various
binutils directories staged inside the gcc tree and another patch
(which is still baking) to use [prev-]gold/ld-new rather than
[prev-]ld/ld-new in the presence of --enable-gold . Regards, Loren
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
* Makefile.in: Rebuilt.
Index: Makefile.tpl
===================================================================
--- Makefile.tpl (revision 152040)
+++ Makefile.tpl (working copy)
@@ -238,7 +238,7 @@
-B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \
- -I$$r/$(srcdir)/libstdc++-v3/libsupc++ \
+ -I$(srcdir)/libstdc++-v3/libsupc++ \
-L$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs"; export CXX; \
CXX_FOR_BUILD="$$CXX"; export CXX_FOR_BUILD; \
GNATBIND="$$r/$(HOST_SUBDIR)/prev-gcc/gnatbind"; export GNATBIND; \