re PR ada/22340 (Ada build fails with --enable-bootstrap)
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 11 Jul 2005 08:03:08 +0000 (08:03 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 11 Jul 2005 08:03:08 +0000 (08:03 +0000)
2005-07-11  Paolo Bonzini  <bonzini@gnu.org>

PR ada/22340

* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
* Makefile.in: Regenerate.

From-SVN: r101868

ChangeLog
Makefile.in
Makefile.tpl

index afe55cf79ae4e9eaef280e835244135f6739f895..baa3f1c310878fa030669d14173adb165d38dd15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR ada/22340
+
+       * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
+       * Makefile.in: Regenerate.
+
 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
 
        * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
index fb204818e91bdfe19041c582d0f6e7ee3a0e8e3f..01c4d76cd1d4707ec7e88a2b8d282f776966b6b7 100644 (file)
@@ -529,6 +529,7 @@ BASE_FLAGS_TO_PASS = \
        "infodir=$(infodir)" \
        "libdir=$(libdir)" \
        "libexecdir=$(libexecdir)" \
+       "lispdir=$(lispdir)" \
        "localstatedir=$(localstatedir)" \
        "mandir=$(mandir)" \
        "oldincludedir=$(oldincludedir)" \
@@ -33746,7 +33747,7 @@ objext = .o
 # Flags to pass to stage2 and later makes.
 POSTSTAGE1_FLAGS_TO_PASS = \
        CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
-       STAGE_PREFIX=$$r/stage-gcc/ \
+       STAGE_PREFIX=$$r/prev-gcc/ \
        CFLAGS="$(BOOT_CFLAGS)" \
        ADAC="\$$(CC)"
 
index 73d0dcc0489e2f49bb6c919e135cf87915ae085f..2a8b2ef5973da141ad428b3e4af13b6a1c2b2336 100644 (file)
@@ -1319,7 +1319,7 @@ objext = .o
 # Flags to pass to stage2 and later makes.
 POSTSTAGE1_FLAGS_TO_PASS = \
        CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
-       STAGE_PREFIX=$$r/stage[+prev+]-gcc/ \
+       STAGE_PREFIX=$$r/prev-gcc/ \
        CFLAGS="$(BOOT_CFLAGS)" \
        ADAC="\$$(CC)"