From d2f700b581e0f144da64a76759ec53fd94254b62 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 12 Oct 2011 21:35:47 +0000 Subject: Upgrade to MPFR-3.1.0. Fixes #2934. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 4 +++- chapter05/gcc-pass2.xml | 4 +++- chapter05/mpfr.xml | 4 ---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter05') 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 --disable-libmudflap --disable-libssp \ --disable-libgomp --disable-libquadmath \ --disable-target-libiberty --disable-target-zlib \ - --enable-languages=c --without-ppl --without-cloog + --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 The meaning of the configure options: diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 85c1a5763..e28f05af3 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -157,7 +157,9 @@ cd ../gcc-build --enable-__cxa_atexit --enable-languages=c,c++ \ --disable-libstdcxx-pch --disable-multilib \ --disable-bootstrap --disable-libgomp \ - --without-ppl --without-cloog + --without-ppl --without-cloog \ + --with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \ + --with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs The meaning of the new configure options: diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml index fe37cae9d..004273828 100644 --- a/chapter05/mpfr.xml +++ b/chapter05/mpfr.xml @@ -43,10 +43,6 @@ Installation of MPFR - Apply a patch to fix a few bugs in MPFR: - -patch -Np1 -i ../&mpfr-fixes-patch; - Prepare MPFR for compilation: ./configure --prefix=/tools --enable-thread-safe -- cgit v1.2.3-54-g00ecf