aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-06-22 09:25:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-06-22 09:25:36 +0000
commitea5c1d17a85285abf6d4aa8703a8eedac05c4c5c (patch)
tree955aba5d2c43145c26605c67a081fddc9709e142 /chapter05/gcc-pass2.xml
parent7696a2e71f99a5d36e9ecb96570cd959bac295d4 (diff)
Upgrade to MPFR-3.0.0. Fixes #2687.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 87d687bf9..ba9a96900 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -156,7 +156,8 @@ cd ../gcc-build</userinput></screen>
--enable-shared --enable-threads=posix \
--enable-__cxa_atexit --enable-languages=c,c++ \
--disable-libstdcxx-pch --disable-multilib \
- --disable-bootstrap</userinput></screen>
+ --disable-bootstrap \
+ --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>