2.10.91: genscripts.sh outputs incorrect paths

Alan Modra alan@linuxcare.com.au
Sun Jan 21 20:20:00 GMT 2001


On Fri, 19 Jan 2001, Maciej W. Rozycki wrote:

> 	* genscripts.sh: Use ${tooldir} passed explicitly to build search
> 	paths.
> 	* Makefile.am (GENSCRIPTS): Pass ${tooldir} to genscripts.sh.
> 	* Makefile.in: Regenerate.

This patch breaks multiple target support.

-tool_lib=`echo ${libdir} | sed -e 's|/lib$||'`/${9-$target_alias}/lib
+tool_lib=${tooldir}/lib

There's a $9 hiding in the line your patch deletes.  "grep -i tdir ld/*"

Alan Modra
-- 
Linuxcare.  Support for the Revolution.




More information about the Binutils mailing list