mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
fcf3be37e2
commit
5bea4a03c1
|
@ -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>
|
2005-07-07 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
|
* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
|
||||||
|
|
|
@ -529,6 +529,7 @@ BASE_FLAGS_TO_PASS = \
|
||||||
"infodir=$(infodir)" \
|
"infodir=$(infodir)" \
|
||||||
"libdir=$(libdir)" \
|
"libdir=$(libdir)" \
|
||||||
"libexecdir=$(libexecdir)" \
|
"libexecdir=$(libexecdir)" \
|
||||||
|
"lispdir=$(lispdir)" \
|
||||||
"localstatedir=$(localstatedir)" \
|
"localstatedir=$(localstatedir)" \
|
||||||
"mandir=$(mandir)" \
|
"mandir=$(mandir)" \
|
||||||
"oldincludedir=$(oldincludedir)" \
|
"oldincludedir=$(oldincludedir)" \
|
||||||
|
@ -33746,7 +33747,7 @@ objext = .o
|
||||||
# Flags to pass to stage2 and later makes.
|
# Flags to pass to stage2 and later makes.
|
||||||
POSTSTAGE1_FLAGS_TO_PASS = \
|
POSTSTAGE1_FLAGS_TO_PASS = \
|
||||||
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
||||||
STAGE_PREFIX=$$r/stage-gcc/ \
|
STAGE_PREFIX=$$r/prev-gcc/ \
|
||||||
CFLAGS="$(BOOT_CFLAGS)" \
|
CFLAGS="$(BOOT_CFLAGS)" \
|
||||||
ADAC="\$$(CC)"
|
ADAC="\$$(CC)"
|
||||||
|
|
||||||
|
|
|
@ -1319,7 +1319,7 @@ objext = .o
|
||||||
# Flags to pass to stage2 and later makes.
|
# Flags to pass to stage2 and later makes.
|
||||||
POSTSTAGE1_FLAGS_TO_PASS = \
|
POSTSTAGE1_FLAGS_TO_PASS = \
|
||||||
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
||||||
STAGE_PREFIX=$$r/stage[+prev+]-gcc/ \
|
STAGE_PREFIX=$$r/prev-gcc/ \
|
||||||
CFLAGS="$(BOOT_CFLAGS)" \
|
CFLAGS="$(BOOT_CFLAGS)" \
|
||||||
ADAC="\$$(CC)"
|
ADAC="\$$(CC)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue