diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-23 23:35:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-23 23:35:47 +0000 |
commit | a2e7068e942c1f031b64f4bd38ab33a3a069bbe7 (patch) | |
tree | ebbd4bf4cb9582b694f7d3a77097deb4dafc6e07 /chapter05/gcc-pass1.xml | |
parent | d23b8db23b2235b1cdf374e8d944b9bbc6374afc (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.xml | 8 |
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> |