Hello,
So far I haven't completed, but some things worth to mention, for
Chap 10 in the CLFS 1.x Dev SparcV9/UltraSPARC Multilib section:
10.7.1 Installation of Glibc 2.5
sed -i '/cross-compiling/[EMAIL PROTECTED]@[EMAIL PROTECTED]'
../glibc-2.4/localedata/
Makefile
This should be:
sed -i '/cross-compiling/[EMAIL PROTECTED]@[EMAIL PROTECTED]'
../glibc-2.5/localedata/
Makefile
10.9 Adjusting the Toolchain
Testing the 64 bit ABI:
[Requesting program interpreter: /lib/ld-linux.so.2]
This should be:
[Requesting program interpreter: /lib64/ld-linux.so.2]
That is all I've ran into so far.
Sincerely,
William Harrington
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page