Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2007-04-15 00:35:07 +0400
committerSteve Ellcey <sellcey@mips.com>2007-04-15 00:35:07 +0400
commit644024118b21fa1ba69797557cf99fb2962a9af0 (patch)
tree728d56080ff44bedce711c512317926b2a51bf5d
parentba3ccd633dbc0f0f2124d632df1f95bd1cd930b7 (diff)
* config-ml.in: Update from GCC.
-rw-r--r--ChangeLog4
-rw-r--r--config-ml.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 755400293..4995248b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-14 Steve Ellcey <sje@cup.hp.com>
+
+ * config-ml.in: Update from GCC.
+
2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
* src-release (do-proto-toplev): Process the support directories before
diff --git a/config-ml.in b/config-ml.in
index 88c9e81f1..cc9cf66ce 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -895,7 +895,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
--with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
- ${ac_configure_args} ${ml_srcdiroption} ; then
+ ${ac_configure_args} ${ml_config_env} ${ml_srcdiroption} ; then
true
else
exit 1