diff options
-rw-r--r-- | Attic/appendixc/gcc-patch.xml | 2 | ||||
-rw-r--r-- | chapter04/gcc-patch.xml | 6 | ||||
-rw-r--r-- | chapter05/gcc-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc-inst.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Attic/appendixc/gcc-patch.xml b/Attic/appendixc/gcc-patch.xml index 538806381..ac6f062bc 100644 --- a/Attic/appendixc/gcc-patch.xml +++ b/Attic/appendixc/gcc-patch.xml @@ -1,4 +1,4 @@ -GCC Patch (&gcc-version;): +GCC Patch (&gcc-patch-version;): <ulink url="&ftp;/">&ftp;/</ulink> <ulink url="&http;/">&http;/</ulink> diff --git a/chapter04/gcc-patch.xml b/chapter04/gcc-patch.xml index 09a24c068..ca638df52 100644 --- a/chapter04/gcc-patch.xml +++ b/chapter04/gcc-patch.xml @@ -1,4 +1,4 @@ -GCC Patch (&gcc-version;) - &gcc-patch-size;: -<ulink url="&ftp;/gcc-&gcc-version;.patch.bz2">&ftp;/gcc-&gcc-version;.patch.bz2</ulink> -<ulink url="&http;/gcc-&gcc-version;.patch.bz2">&http;/gcc-&gcc-version;.patch.bz2</ulink> +GCC Patch (&gcc-patch-version;) - &gcc-patch-size;: +<ulink url="&ftp;/gcc-&gcc-patch-version;.patch.bz2">&ftp;/gcc-&gcc-patch-version;.patch.bz2</ulink> +<ulink url="&http;/gcc-&gcc-patch-version;.patch.bz2">&http;/gcc-&gcc-patch-version;.patch.bz2</ulink> diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index e4d920a8d..37c54512a 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -3,7 +3,7 @@ <para>Install GCC by running the following commands:</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch &&</userinput> +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-patch-version;.patch &&</userinput> <userinput>mkdir ../gcc-build &&</userinput> <userinput>cd ../gcc-build &&</userinput> <userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput> diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 18cba9cd1..f866a2874 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -11,7 +11,7 @@ are available.</para> <para>Note: the build of other compilers is not tested by the people who actively work on LFS.</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch &&</userinput> +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-patch-version;.patch &&</userinput> <userinput>mkdir ../gcc-build &&</userinput> <userinput>cd ../gcc-build &&</userinput> <userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput> |