aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-07-13 19:54:26 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-07-13 19:54:26 +0000
commit4aff39624681ad351a5f09e4f462aa53eafff828 (patch)
tree7e7ac241241a87db8273a1a1556d0a1380d2097e /chapter05
parent19b352141cb1a77599cee467dc0c0cb57e7af47b (diff)
Upgrade to MPFR-3.1.1. Fixes #3133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml2
-rw-r--r--chapter05/gcc-pass2.xml2
-rw-r--r--chapter05/mpfr.xml4
3 files changed, 2 insertions, 6 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 12d6d48b4..180cdf7ae 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -55,7 +55,7 @@
directory and then change to the directory created. Only then should you
proceed with the instructions below.</para></note>
-<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 6ae16a588..ee09e026c 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -90,7 +90,7 @@ done</userinput></screen>
packages. Unpack the tarballs and move them into the required directory
names:</para>
-<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml
index b7e049d16..004273828 100644
--- a/chapter05/mpfr.xml
+++ b/chapter05/mpfr.xml
@@ -43,10 +43,6 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
- <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
-
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools --enable-thread-safe</userinput></screen>