On Sat, 15 Sep 2007 14:45:13 -0600 (MDT), [EMAIL PROTECTED] wrote:
> +<screen><userinput>for file in $(find gcc/config -name linux64.h -o -name
> linux.h)
> +do
> +  cp -uv $file{,.orig}
> +  sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \
> +  -e 's@/usr@/[EMAIL PROTECTED]' $file.orig > $file

Whoops, sorry about leaving the 2 references to 64-bit stuff in there.  Not 
sure it's worth it now, but it might make your jh-branch merge a bit 
cleaner/more explicit if these are changed to 32-bit only instructions in 
trunk.  Apologies for not addressing Manuel's comments on this when he 
originally raised them :(

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to