diff options
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 |