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;): &ftp;/ &http;/ 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;: -&ftp;/gcc-&gcc-version;.patch.bz2 -&http;/gcc-&gcc-version;.patch.bz2 +GCC Patch (&gcc-patch-version;) - &gcc-patch-size;: +&ftp;/gcc-&gcc-patch-version;.patch.bz2 +&http;/gcc-&gcc-patch-version;.patch.bz2 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 @@ Install GCC by running the following commands: -patch -Np1 -i ../gcc-&gcc-version;.patch && +patch -Np1 -i ../gcc-&gcc-patch-version;.patch && mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \ 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. Note: the build of other compilers is not tested by the people who actively work on LFS. -patch -Np1 -i ../gcc-&gcc-version;.patch && +patch -Np1 -i ../gcc-&gcc-patch-version;.patch && mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \