]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir).
authorLoren J. Rittle <ljrittle@acm.org>
Thu, 1 Oct 2009 23:14:35 +0000 (23:14 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Thu, 1 Oct 2009 23:14:35 +0000 (23:14 +0000)
2009-10-01  Loren J. Rittle <ljrittle@acm.org>
            Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
$(srcdir).
* Makefile.in: Rebuilt.

Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r152387

ChangeLog
Makefile.in
Makefile.tpl

index b7133e5c8add7e3847dc00f90346b5e76919366b..3fc53057096e3b872a9109c71f38ab7467929522 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-01  Loren J. Rittle <ljrittle@acm.org>
+           Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
+       $(srcdir).
+       * Makefile.in: Rebuilt.
+
 2009-09-26  Gary Funck <gary@intrepid.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 354193c4db29632cb15ac81fb908a2bfc84085d0..4f8691113e370f4b0f7c065aae298049f96ceaf4 100644 (file)
@@ -235,7 +235,7 @@ POSTSTAGE1_HOST_EXPORTS = \
          -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$(srcdir)/libstdc++-v3/libsupc++ \
+         -I$$s/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; \
index 28ac9879b1b37342d82a451c8624c90a8706a6dc..476cd5d291b66c77d73fd46d8922e93cc44a4fcb 100644 (file)
@@ -238,7 +238,7 @@ POSTSTAGE1_HOST_EXPORTS = \
          -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$(srcdir)/libstdc++-v3/libsupc++ \
+         -I$$s/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; \