diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c6ed50188..74e7ad3fc 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -44,7 +44,7 @@ compilers. Instructions for building these can be found at <para>First apply only the No-Fixincludes patch (and <emphasis>not</emphasis> the Specs patch) also used in the previous chapter:</para> -<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no-fixincludes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch</userinput></screen> <para>Now apply a sed substitution that will suppress the installation of <filename>libiberty.a</filename>. We want to use the version of |