diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 202f9a0d9..c73eb3183 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-tools-gcc-pass2" role="wrap"> <title>GCC-&gcc-version; - Pass 2</title> @@ -64,8 +66,8 @@ class="directory">gcc-&gcc-version;/</filename> subdirectory.</para> <para>First correct a known problem and make an essential adjustment:</para> -<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch -patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch; +patch -Np1 -i ../&gcc-specs-patch;</userinput></screen> <para>The first patch disables the GCC <command>fixincludes</command> script. This was briefly mentioned earlier, but a more in-depth |