Patch to update libtool in GCC and binutils trees

Steve Ellcey sje@cup.hp.com
Fri Apr 6 16:24:00 GMT 2007


Alexandre Oliva wrote:

> It seems to me that adding ${ml_config_env} to the end of the
> ${ml_recprog} command line in config-ml.in shoudl do it.  I.e.:
> 
>      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

Well dang, it worked.  It's a bit ugly, but it works.  The reason I say
it is ugly is because now we pass the wrong CXX variable first and then
we pass the right CXX variable after it, both on the configure command
line.  I only tested this on x86_64 so far, I'll put it in my nightly
sources to test on HPPA and IA64 over the weekend.

> I'm not sure I have already thanked you enough (or at all) for
> undertaking this work.  Thank you thank you thank you :-)

You just want to make sure I don't give up and drop this in your lap,
don't you?  :-)

Steve Ellcey
sje@cup.hp.com



More information about the Gcc-patches mailing list