diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-23 08:36:51 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-06-23 08:36:51 +0000 |
commit | 7ffa0b57d647ec1e620ba114d9a0f4e00bf9b914 (patch) | |
tree | ffe371fe05c4ed508eaf76c3d8b1eb24b25f101a /ChangeLog | |
parent | 5cae1f50c4d5e46599cc51b6137c416fe9c5d6ba (diff) | |
download | binutils-7ffa0b57d647ec1e620ba114d9a0f4e00bf9b914.zip binutils-7ffa0b57d647ec1e620ba114d9a0f4e00bf9b914.tar.gz binutils-7ffa0b57d647ec1e620ba114d9a0f4e00bf9b914.tar.bz2 |
2004-06-22 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (configure-build-[+module+],
configure-[+module+], configure-target-[+module+]): Pass
[+extra_configure_args+].
(all-build-[+module+], all-[+module+], check-[+module+],
install-[+module+], [+make_target+]-[+module+],
all-target-[+module+], check-target-[+module+],
install-target-[+module+], [+make_target+]-target-[+module+]):
Pass [+extra_make_args+].
(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
(GCC_HOST_EXPORTS): Remove.
(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
cross, check-gcc, check-gcc-c++, install-gcc,
gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
* Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2004-06-22 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.tpl (configure-build-[+module+], + configure-[+module+], configure-target-[+module+]): Pass + [+extra_configure_args+]. + (all-build-[+module+], all-[+module+], check-[+module+], + install-[+module+], [+make_target+]-[+module+], + all-target-[+module+], check-target-[+module+], + install-target-[+module+], [+make_target+]-target-[+module+]): + Pass [+extra_make_args+]. + (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS. + (GCC_HOST_EXPORTS): Remove. + (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap, + cross, check-gcc, check-gcc-c++, install-gcc, + gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble): + Replace GCC_HOST_EXPORTS with HOST_EXPORTS. + * Makefile.in: Regenerate. + 2004-06-21 Christopher Faylor <cgf@alum.bu.edu> * configure.in: Check for srcdir/winsup rather than build directory |