propagate original LD down to multilib configure

Alexandre Oliva aoliva@redhat.com
Thu Feb 20 09:06:00 GMT 2003


This patch:

2002-05-08  Alexandre Oliva  <aoliva@redhat.com>

	* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
	script entry, and set LD to it when configuring multilibs.
	* configure: Rebuilt.

didn't succeed in its intention, because ORIGINAL_LD_FOR_MULTILIBS was
set in configure, and accessed in config.status.  I was missing the
bit to actually propagate it to config.status, which is what the
following patch accomplishes.  I'm checking this in mainline and 3.3,
tested on mips-sgi-irix6.5 (that was a platform that exposed the
problem in the first place).

-------------- next part --------------
A non-text attachment was scrubbed...
Name: orig-ld-for-multilib.patch
Type: text/x-patch
Size: 6484 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030220/74b60931/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the Libstdc++ mailing list