瀏覽代碼

Add description of GCC's --enable-mpfr switches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 11 年之前
父節點
當前提交
a2e7068e94
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      chapter05/gcc-pass1.xml

+ 8 - 0
chapter05/gcc-pass1.xml

@@ -222,6 +222,14 @@ cd ../gcc-build</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--with-mpfr-*</parameter></term>
+        <listitem>
+          <para>These options enable the build system to correctly use the
+          in-tree copy of the MPFR sources.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>Compile GCC by running:</para>