This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 2.10.91: genscripts.sh outputs incorrect paths


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]