Author: robert
Date: 2010-02-14 14:09:28 -0700 (Sun, 14 Feb 2010)
New Revision: 1535
Modified:
branches/Onward/temporary_system/binutils_pass1.txt
branches/Onward/temporary_system/binutils_pass2.txt
Log:
Binutils make always needs tooldir=/tools. Use make to install ld-new-pass2 too.
Modified: branches/Onward/temporary_system/binutils_pass1.txt
===================================================================
--- branches/Onward/temporary_system/binutils_pass1.txt 2010-02-14 21:01:45 UTC
(rev 1534)
+++ branches/Onward/temporary_system/binutils_pass1.txt 2010-02-14 21:09:28 UTC
(rev 1535)
@@ -38,7 +38,7 @@
# Rebuild and install another linker that will be used for the adjusting phase:
-make -C ld clean &&
-make -C ld LIB_PATH=/tools/lib &&
-make -C ld/ EXEEXT=-new-pass1 install-exec-local
+make -C ld/ clean &&
+make -C ld/ tooldir=/tools LIB_PATH=/tools/lib &&
+make -C ld/ tooldir=/tools EXEEXT=-new-pass1 install-exec-local
Modified: branches/Onward/temporary_system/binutils_pass2.txt
===================================================================
--- branches/Onward/temporary_system/binutils_pass2.txt 2010-02-14 21:01:45 UTC
(rev 1534)
+++ branches/Onward/temporary_system/binutils_pass2.txt 2010-02-14 21:09:28 UTC
(rev 1535)
@@ -15,8 +15,8 @@
--infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
make tooldir=/tools &&
make tooldir=/tools install &&
-make -C ld clean &&
-make -C ld LIB_PATH=/usr/lib:/lib &&
-install -v ld/ld-new-pass2 /tools/bin
+make -C ld/ clean &&
+make -C ld/ tooldir=/tools LIB_PATH=/usr/lib:/lib &&
+make -C ld/ tooldir=/tools EXEEXT=-new-pass2 install-exec-local
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page