diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-08-03 09:36:03 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-08-03 09:36:03 +0000 |
commit | b813574b90438652cf236f9b422f27a8b7eb6c9f (patch) | |
tree | 15982c7acb605b60560bf08da2a0ad53711a46b1 /ChangeLog | |
parent | 1d94326ff66409be65c133744ca8bdad6a41fb29 (diff) | |
download | gdb-b813574b90438652cf236f9b422f27a8b7eb6c9f.zip gdb-b813574b90438652cf236f9b422f27a8b7eb6c9f.tar.gz gdb-b813574b90438652cf236f9b422f27a8b7eb6c9f.tar.bz2 |
2004-08-03 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host-modules): Add gcc.
* Makefile.in: Regenerate.
* Makefile.tpl (sorry): New rule.
(configure-host, all-host, [+make_target+]-host, do-check,
install-host): Do not add gcc as a special case.
(host modules): Add a small special-casing for gcc. Export
extra_make_flags through the environment.
(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
other recursive targets for gcc): Remove.
(all, do-[+make_target+], do-check): Wrap between unstage and stage.
(stage, unstage): New rules.
(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
distclean-stage[+id+]): Use stage_current.
([+bootstrap-target+], profiledbootstrap): Do not invoke manually
the stage*-start rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2004-08-03 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.def (host-modules): Add gcc. + * Makefile.in: Regenerate. + * Makefile.tpl (sorry): New rule. + (configure-host, all-host, [+make_target+]-host, do-check, + install-host): Do not add gcc as a special case. + (host modules): Add a small special-casing for gcc. Export + extra_make_flags through the environment. + (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc, + maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc, + other recursive targets for gcc): Remove. + + (all, do-[+make_target+], do-check): Wrap between unstage and stage. + (stage, unstage): New rules. + (stage[+id+]-start, stage[+id+]-end, [+compare-target+], + distclean-stage[+id+]): Use stage_current. + ([+bootstrap-target+], profiledbootstrap): Do not invoke manually + the stage*-start rules. + 2004-07-19 Robert Millan <robertmh@gnu.org> Synced from gcc: |