diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-12-14 18:00:22 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-12-14 18:00:22 +0000 |
commit | 0aed8855fb0d61e7b324e52ad95cbb69790e5f70 (patch) | |
tree | 629e7a20509818b43fed4d2686f0b23fe4b7cb45 /ChangeLog | |
parent | 4e8aba047f9a1ae50eabf229605904fa225d3d2f (diff) | |
download | fsf-binutils-gdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.zip fsf-binutils-gdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.tar.gz fsf-binutils-gdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.tar.bz2 |
2005-12-14 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Flip the top-level bootstrap switch.
* configure: Regenerate.
Merge from gcc:
2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.tpl: Throughout the file, use : $(MAKE) along with
$(stage) and $(unstage).
(EXTRA_TARGET_FLAGS): Correct double-quoting.
(all): Remove stray semicolon.
(local-distclean): Don't handle multilib.tmp and multilib.out.
(install.all): Set $s for consistency.
(configure-[+prefix+][+module+]): Instead of [+deps+], handle
check_multilibs setting. Always make the install directory.
(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
Correct @if/@endif.
(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
(multilib.out): Remove.
* Makefile.in: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2005-12-14 Paolo Bonzini <bonzini@gnu.org> + + * configure.in: Flip the top-level bootstrap switch. + * configure: Regenerate. + + Merge from gcc: + + 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com> + + * Makefile.tpl: Throughout the file, use : $(MAKE) along with + $(stage) and $(unstage). + (EXTRA_TARGET_FLAGS): Correct double-quoting. + (all): Remove stray semicolon. + (local-distclean): Don't handle multilib.tmp and multilib.out. + (install.all): Set $s for consistency. + (configure-[+prefix+][+module+]): Instead of [+deps+], handle + check_multilibs setting. Always make the install directory. + (configure-stage[+id+]-[+prefix+][+module+]): Likewise. + Correct @if/@endif. + (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif. + ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove. + (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR). + (multilib.out): Remove. + * Makefile.in: Regenerated. + +2005-12-12 Nathan Sidwell <nathan@codesourcery.com> + + * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. + * configure.in: Replace ms1 arch with mt. + * configure: Rebuilt. + +2005-12-05 Paolo Bonzini <bonzini@gnu.org> + + Sync with gcc: + 2005-12-12 Nathan Sidwell <nathan@codesourcery.com> * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. |