瀏覽代碼

Create the /tools/lib64 symlink after installing binutils.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 年之前
父節點
當前提交
f88b3c5ed9
共有 4 個文件被更改,包括 14 次插入8 次删除
  1. 8 0
      chapter01/changelog.xml
  2. 0 6
      chapter04/creatingtoolsdir.xml
  3. 4 0
      chapter05/binutils-pass1.xml
  4. 2 2
      general.ent

+ 8 - 0
chapter01/changelog.xml

@@ -36,6 +36,14 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <para>2007-07-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Create the /tools/lib64 symlink after installing binutils.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
 
     <listitem>
     <listitem>
       <para>2007-07-24</para>
       <para>2007-07-24</para>

+ 0 - 6
chapter04/creatingtoolsdir.xml

@@ -45,10 +45,4 @@
   (when we are still using some tools from the host) and in the next (when
   (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>
   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>
 </sect1>

+ 4 - 0
chapter05/binutils-pass1.xml

@@ -116,6 +116,10 @@ cd ../binutils-build</userinput></screen>
 make -C ld LIB_PATH=/tools/lib
 make -C ld LIB_PATH=/tools/lib
 cp -v ld/ld-new /tools/bin</userinput></screen>
 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>
     <variablelist>
       <title>The meaning of the make parameters:</title>
       <title>The meaning of the make parameters:</title>
 
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->