On Sat, 16 Jul 2011 12:11:10 -0500
Rob Landley <[email protected]> wrote:

> I'm building a dozen targets and only x86-64 tries to install stuff in
> lib64.  I create a temporary lib64->lib symlink during the gcc build and
> then delete it again after gcc finishes crapping into it.

gcc builds fine for me with no lib64->lib symlink. Before I compile it
I run this sed inside the gcc source:

sed -i 's:\.\./lib64::;s/lib64/lib/' gcc/config/i386/{linux64.h,t-linux64}

I also s/lib64/lib/ during the gcc -dumpspecs. glibc needs a sed too:

sed -i 's|/lib64|/lib|' sysdeps/unix/sysv/linux/configure

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

Reply via email to