diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:35:07 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:35:07 +0000 |
commit | 149cb58d7e3c08500edfef17383b69f012c01689 (patch) | |
tree | b85130ed72519668cccefc88ca733fcc08262642 | |
parent | e0cd558aaae1d2c457f3963c58e78ec419f0712a (diff) | |
download | gdb-149cb58d7e3c08500edfef17383b69f012c01689.zip gdb-149cb58d7e3c08500edfef17383b69f012c01689.tar.gz gdb-149cb58d7e3c08500edfef17383b69f012c01689.tar.bz2 |
* config-ml.in: Update from GCC.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config-ml.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |