diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2006-01-26 18:56:02 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2006-01-26 18:56:02 +0000 |
commit | fef3f21361cd025e8ed5afabba5e85c9a61504a1 (patch) | |
tree | a98b8b3adc810bbf49f8a27df411f2e0ebde947d /config/ChangeLog | |
parent | 50a7955aa66e7091df9c984da9f0a07d2aab021b (diff) | |
download | cygnal-fef3f21361cd025e8ed5afabba5e85c9a61504a1.tar.gz cygnal-fef3f21361cd025e8ed5afabba5e85c9a61504a1.tar.bz2 cygnal-fef3f21361cd025e8ed5afabba5e85c9a61504a1.zip |
2006-01-16 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
the assembler, linker and binutils.
* configure: Regenerate.
config:
2006-01-16 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
(ACX_PATH_SEP): New.
(ACX_TOOL_DIRS): Move here from the gcc directory.
(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
with a complete path in either $with_build_time_tools or $exec_prefix.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index b3df9f398..553ee4826 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,13 +1,17 @@ -2006-02-01 Paolo Bonzini <bonzini@gnu.org> +2006-01-26 Paolo Bonzini <bonzini@gnu.org> - PR target/25259 - * stdint.m4: New. + * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools. + (ACX_PATH_SEP): New. + (ACX_TOOL_DIRS): Move here from the gcc directory. + (ACX_CHECK_INSTALLED_TARGET_TOOL): New. + (GCC_TARGET_TOOL): Do not use a host tool if we found a target tool + with a complete path in either $with_build_time_tools or $exec_prefix. -2005-12-20 Paolo Bonzini <bonzini@gnu.org> +2006-01-02 Paolo Bonzini <bonzini@gnu.org> - Revert Ada-related part of the previous change. + PR target/25259 + * stdint.m4: New. - * mt-ppc-aix: Delete. 2005-12-20 Paolo Bonzini <bonzini@gnu.org> Revert Ada-related part of the previous change. |