aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-07-11 08:03:08 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2005-07-11 08:03:08 +0000
commit5bea4a03c1ba2b37af4ef97890925f2624e96000 (patch)
treeae5822e4e02e97606846e63ac6061fb95ff5ba4c
parentfcf3be37e2200181983c150fa36c2fd2ba249b8e (diff)
downloadgcc-5bea4a03c1ba2b37af4ef97890925f2624e96000.zip
gcc-5bea4a03c1ba2b37af4ef97890925f2624e96000.tar.gz
gcc-5bea4a03c1ba2b37af4ef97890925f2624e96000.tar.bz2
re PR ada/22340 (Ada build fails with --enable-bootstrap)
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
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.tpl2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index afe55cf..baa3f1c 100644
--- 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
diff --git a/Makefile.in b/Makefile.in
index fb20481..01c4d76 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)"
diff --git a/Makefile.tpl b/Makefile.tpl
index 73d0dcc..2a8b2ef 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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)"