diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:54:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:54:26 +0000 |
commit | 4aff39624681ad351a5f09e4f462aa53eafff828 (patch) | |
tree | 7e7ac241241a87db8273a1a1556d0a1380d2097e /chapter05/gcc-pass1.xml | |
parent | 19b352141cb1a77599cee467dc0c0cb57e7af47b (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/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 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 |