浏览代码

Clarify text in Chapter 5 GCC Pass 1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 年之前
父节点
当前提交
95c681a23d
共有 2 个文件被更改,包括 13 次插入1 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 3 1
      chapter05/gcc-pass1.xml

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
     </listitem>
 
 
 -->
 -->
+    <listitem>
+      <para>2010-10-26</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Clarify text in Chapter 5 GCC Pass 1
+          concerning supporting packages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2010-10-24</para>
       <para>2010-10-24</para>
       <itemizedlist>
       <itemizedlist>

+ 3 - 1
chapter05/gcc-pass1.xml

@@ -45,7 +45,9 @@
 
 
     <para>GCC now requires the GMP, MPFR and MPC packages. As these packages may
     <para>GCC now requires the GMP, MPFR and MPC packages. As these packages may
     not be included in your host distribution, they will be built with
     not be included in your host distribution, they will be built with
-    GCC:</para>
+    GCC.  Unpack each package into the GCC source directory and rename the
+    resulting directories so the GCC build procedures will automatically
+    use them:</para>
 
 
 <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
 <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
 mv -v mpfr-&mpfr-version; mpfr
 mv -v mpfr-&mpfr-version; mpfr