Author: robert
Date: 2008-10-25 11:16:45 -0600 (Sat, 25 Oct 2008)
New Revision: 1464
Modified:
branches/Onward/temporary_system/adjusting.txt
Log:
Fix the adjusting page, which broke when Binutils installs with toolsdir=/tools.
Modified: branches/Onward/temporary_system/adjusting.txt
===================================================================
--- branches/Onward/temporary_system/adjusting.txt 2008-10-25 02:47:27 UTC
(rev 1463)
+++ branches/Onward/temporary_system/adjusting.txt 2008-10-25 17:16:45 UTC
(rev 1464)
@@ -1,9 +1,7 @@
# Temporary tools - Adjusting the toolchain
mv -v /tools/bin/{ld,ld-old} &&
-mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old} &&
-mv -v /tools/bin/{ld-new,ld} &&
-ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld &&
+cp -v /tools/bin/{ld-new,ld} &&
gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs &&
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page