summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-07-11 08:03:32 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2005-07-11 08:03:32 +0000
commit4c3e061cd286a612c1bd40b7ea795aa70b27f8be (patch)
tree06a7e940b1a2028d5906a404bee3f886e0b2971f /Makefile.tpl
parent84761d7a2253b0bf6d1f7f600ce2c81ec685a187 (diff)
downloadcygnal-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.tar.gz
cygnal-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.tar.bz2
cygnal-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.zip
2005-07-11 Paolo Bonzini <bonzini@gnu.org>
PR ada/22340 * Makefile.def: Sync with gcc. * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 73d0dcc04..2a8b2ef59 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)"