mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 18:25:21 +08:00
* config-ml.in: Pass ${ml_config_env} to configure calls.
From-SVN: r123825
This commit is contained in:
parent
b1483e87c9
commit
70070387d5
@ -1,3 +1,7 @@
|
||||
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* config-ml.in: Pass ${ml_config_env} to configure calls.
|
||||
|
||||
2007-04-04 Christian Bruel <christian.bruel@st.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
@ -108,6 +108,11 @@ ml_realsrcdir=${srcdir}
|
||||
ml_verbose=--verbose
|
||||
for option in ${ac_configure_args}
|
||||
do
|
||||
# strip single quotes surrounding individual options
|
||||
case $option in
|
||||
\'*\') eval option=$option ;;
|
||||
esac
|
||||
|
||||
case $option in
|
||||
--*) ;;
|
||||
-*) option=-$option ;;
|
||||
@ -890,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
|
||||
|
Loading…
Reference in New Issue
Block a user