Author: jhuntwork
Date: 2007-07-25 08:29:04 -0600 (Wed, 25 Jul 2007)
New Revision: 8248
Modified:
branches/x86_64/BOOK/chapter01/changelog.xml
branches/x86_64/BOOK/chapter04/creatingtoolsdir.xml
branches/x86_64/BOOK/chapter05/binutils-pass1.xml
branches/x86_64/BOOK/general.ent
Log:
Create the /tools/lib64 symlink after installing binutils.
Modified: branches/x86_64/BOOK/chapter01/changelog.xml
===================================================================
--- branches/x86_64/BOOK/chapter01/changelog.xml 2007-07-25 01:58:03 UTC
(rev 8247)
+++ branches/x86_64/BOOK/chapter01/changelog.xml 2007-07-25 14:29:04 UTC
(rev 8248)
@@ -36,6 +36,14 @@
</listitem>
-->
+ <listitem>
+ <para>2007-07-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Create the /tools/lib64 symlink after installing
binutils.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>2007-07-24</para>
Modified: branches/x86_64/BOOK/chapter04/creatingtoolsdir.xml
===================================================================
--- branches/x86_64/BOOK/chapter04/creatingtoolsdir.xml 2007-07-25 01:58:03 UTC
(rev 8247)
+++ branches/x86_64/BOOK/chapter04/creatingtoolsdir.xml 2007-07-25 14:29:04 UTC
(rev 8248)
@@ -45,10 +45,4 @@
(when we are still using some tools from the host) and in the next (when
we are <quote>chrooted</quote> to the LFS partition).</para>
- <para>Set up a lib dir and appropriate symlink for 64-bit usability.</para>
-
-<screen><userinput>mkdir -v /tools/lib
-ln -sv lib /tools/lib64</userinput></screen>
-
-
</sect1>
Modified: branches/x86_64/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/x86_64/BOOK/chapter05/binutils-pass1.xml 2007-07-25 01:58:03 UTC
(rev 8247)
+++ branches/x86_64/BOOK/chapter05/binutils-pass1.xml 2007-07-25 14:29:04 UTC
(rev 8248)
@@ -116,6 +116,10 @@
make -C ld LIB_PATH=/tools/lib
cp -v ld/ld-new /tools/bin</userinput></screen>
+ <para>Finally, create a symlink to ensure the sanity of our
toolchain:</para>
+
+<screen><userinput>ln -sv lib /tools/lib64</userinput></screen>
+
<variablelist>
<title>The meaning of the make parameters:</title>
Modified: branches/x86_64/BOOK/general.ent
===================================================================
--- branches/x86_64/BOOK/general.ent 2007-07-25 01:58:03 UTC (rev 8247)
+++ branches/x86_64/BOOK/general.ent 2007-07-25 14:29:04 UTC (rev 8248)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-x86_64-20070724">
-<!ENTITY releasedate "July 24, 2007">
+<!ENTITY version "SVN-x86_64-20070725">
+<!ENTITY releasedate "July 25, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page