aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-10-12 21:35:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-10-12 21:35:47 +0000
commitd2f700b581e0f144da64a76759ec53fd94254b62 (patch)
tree10e6a6a4e4172e22a0a5676cd24ac2b87928cad8 /chapter05/gcc-pass1.xml
parent18fd33b46962d5b3920363d0e6739f1f63a7f063 (diff)
Upgrade to MPFR-3.1.0. Fixes #2934.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 5d21228ef..eeeea3224 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -77,7 +77,9 @@ cd ../gcc-build</userinput></screen>
--disable-libmudflap --disable-libssp \
--disable-libgomp --disable-libquadmath \
--disable-target-libiberty --disable-target-zlib \
- --enable-languages=c --without-ppl --without-cloog</userinput></screen>
+ --enable-languages=c --without-ppl --without-cloog \
+ --with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
+ --with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>