aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-04-14 20:35:07 +0000
committerSteve Ellcey <sje@cup.hp.com>2007-04-14 20:35:07 +0000
commit149cb58d7e3c08500edfef17383b69f012c01689 (patch)
treeb85130ed72519668cccefc88ca733fcc08262642
parente0cd558aaae1d2c457f3963c58e78ec419f0712a (diff)
downloadgdb-149cb58d7e3c08500edfef17383b69f012c01689.zip
gdb-149cb58d7e3c08500edfef17383b69f012c01689.tar.gz
gdb-149cb58d7e3c08500edfef17383b69f012c01689.tar.bz2
* 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 7554002..4995248 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 88c9e81..cc9cf66 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