浏览代码

Minor order and text change.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 8 年之前
父节点
当前提交
0cba512df7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      chapter06/binutils.xml
  2. 1 1
      chapter06/gcc.xml

+ 1 - 1
chapter06/binutils.xml

@@ -66,8 +66,8 @@ cd       build</userinput></screen>
     <para>Prepare Binutils for compilation:</para>
 
 <screen><userinput remap="configure">../configure --prefix=/usr    \
-             --enable-shared  \
              --enable-plugins \
+             --enable-shared  \
              --disable-werror \
              --with-system-zlib</userinput></screen>
 

+ 1 - 1
chapter06/gcc.xml

@@ -71,7 +71,7 @@ cd       build</userinput></screen>
     for instructions on how to build all of GCC's supported languages.</para>
 
     <variablelist>
-      <title>The meaning of the new configure option:</title>
+      <title>The meaning of the new configure parameters:</title>
 
       <varlistentry>
         <term><envar>SED=sed</envar></term>