aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-11-23 23:35:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-11-23 23:35:47 +0000
commita2e7068e942c1f031b64f4bd38ab33a3a069bbe7 (patch)
treeebbd4bf4cb9582b694f7d3a77097deb4dafc6e07 /chapter05/gcc-pass1.xml
parentd23b8db23b2235b1cdf374e8d944b9bbc6374afc (diff)
Add description of GCC's --enable-mpfr switches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 23c7fe7e8..af09946d7 100644
--- a/chapter05/gcc-pass1.xml
+++ b/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>