Author: dnicholson
Date: 2007-03-27 22:25:37 -0600 (Tue, 27 Mar 2007)
New Revision: 7985

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/readjusting.xml
   trunk/BOOK/general.ent
Log:
Reworded the introduction to the gcc specs readjustment


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-03-26 19:34:47 UTC (rev 7984)
+++ trunk/BOOK/chapter01/changelog.xml  2007-03-28 04:25:37 UTC (rev 7985)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2007-03-27</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Fixed a typo in the readjusting section.
+          Reported by Steve Crosby.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-03-24</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/readjusting.xml
===================================================================
--- trunk/BOOK/chapter06/readjusting.xml        2007-03-26 19:34:47 UTC (rev 
7984)
+++ trunk/BOOK/chapter06/readjusting.xml        2007-03-28 04:25:37 UTC (rev 
7985)
@@ -32,9 +32,10 @@
 mv -v /tools/bin/{ld-new,ld}
 ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
 
-  <para>Next, amend the GCC specs file so that it points to the new
-  dynamic linker, and so that GCC knows where to find its start files.
-  A <command>perl</command> command accomplishes this.</para>
+  <para>Next, adjust the GCC specs file so that it points to the new
+  dynamic linker, and so that GCC knows where to find the correct headers
+  and Glibc start files. A <command>sed</command> command accomplishes
+  this.</para>
 
   <important>
     <para>If working on a platform where the name of the dynamic linker is

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-03-26 19:34:47 UTC (rev 7984)
+++ trunk/BOOK/general.ent      2007-03-28 04:25:37 UTC (rev 7985)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070324">
-<!ENTITY releasedate "March 24, 2007">
+<!ENTITY version "SVN-20070327">
+<!ENTITY releasedate "March 27, 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

Reply via email to