diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-07-11 08:03:32 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-07-11 08:03:32 +0000 |
commit | 064d0a7c448a0ddea5ff56642408ffc919585c76 (patch) | |
tree | 49ec36d8053d96e3d9587bfcae1ba7ca0879a291 /Makefile.tpl | |
parent | 14c194bbeec9508ec0ae8deec83350506c129b3c (diff) | |
download | gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.zip gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.tar.gz gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.tar.bz2 |
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.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |