diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index af09946d7..8ba097d10 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -55,11 +55,11 @@ 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.xz +<screen><userinput remap="pre">tar -xf ../mpfr-&mpfr-version;.tar.xz mv -v mpfr-&mpfr-version; mpfr -tar -Jxf ../gmp-&gmp-version;.tar.xz -mv -v gmp-&gmp-version; gmp -tar -zxf ../mpc-&mpc-version;.tar.gz +tar -xf ../gmp-&gmp-version;.tar.xz +mv -v gmp-&gmp-extracted-version; gmp +tar -xf ../mpc-&mpc-version;.tar.gz mv -v mpc-&mpc-version; mpc</userinput></screen> <para>The following command will change the location of GCC's default |