On 17/04/10 03:28, Bruce Dubbs wrote:
> Where did you find the patch Andy?
>

http://www.eglibc.org/archives/patches/msg00073.html

This make command didn't work for me on i686:

make LD_LIBRARY_PATH=$(pwd)/$(uname -m)-unknown-linux-gnu/libgcc/

It seems that config.guess calls the computer "pc" not "unknown" on i686

this make command works for the second pass of gcc in tools on both i686 and 
x86_64:

make LD_LIBRARY_PATH=$(pwd)/$(../gcc-4.5.0/config.guess)/libgcc/

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

Reply via email to