summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-26 18:52:49 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-26 18:52:49 +0000
commitc47832b1e268e7787a1ed5bf652adefbffcde4b8 (patch)
tree484b52fd96363ad918849a7497ef8337eed90672 /config/ChangeLog
parent06bc8842b3810f96cfde29bf73fe108c735c29d2 (diff)
downloadgcc-c47832b1e268e7787a1ed5bf652adefbffcde4b8.tar.gz
2006-01-26 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. 2006-01-26 Paolo Bonzini <bonzini@gnu.org> * config/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. 2006-01-26 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Expect target tools paths to be passed from the toplevel and wrap the detection into AS_SET_VAR_IF. Extract side-effects out of AS_SET_VAR_IF. * acinclude.m4 (gcc_AC_TOOL_DIRS, gcc_AC_CHECK_TOOL): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index cf60516185e..b000a8062d7 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,4 +1,14 @@
-2006-02-01 Paolo Bonzini <bonzini@gnu.org>
+2006-01-26 Paolo Bonzini <bonzini@gnu.org>
+
+ * config/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.
+
+2006-01-02 Paolo Bonzini <bonzini@gnu.org>
PR target/25259
* stdint.m4: New.