瀏覽代碼

Reworded the introduction to the gcc specs readjustment

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 年之前
父節點
當前提交
78367651da
共有 3 個文件被更改,包括 16 次插入5 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 4 3
      chapter06/readjusting.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 4 - 3
chapter06/readjusting.xml

@@ -32,9 +32,10 @@ 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</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

+ 2 - 2
general.ent

@@ -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}]" -->