aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-27 12:20:21 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-27 12:20:21 +0000
commit39856701509ee06ddcc95fd811ad7b27c4a8ecf9 (patch)
tree193ce5f8f27faf1d383078d3450456c59feae753 /chapter06
parent6a616bc4cf9f01594aa508ee8e10d5634e71037d (diff)
Appendix A and Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc-inst.xml4
-rw-r--r--chapter06/glibc-inst.xml3
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 62efb9103..909e6c0e2 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -20,8 +20,8 @@ GCC-testsuite package. The full GCC package contains even more
compilers. Instructions for building these can be found at
<ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para>
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch
-patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch</userinput></screen></para>
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-nofixincludes-patch-version;.patch
+patch -Np1 -i ../gcc-&gcc-suppress-libiberty-patch-version;.patch</userinput></screen></para>
<para>The second patch here suppresses the installation of libiberty from GCC,
as we will use the one provided by binutils instead.</para>
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 7829f9d56..ce8db035a 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -20,8 +20,7 @@ flags.</para>
<para>Then apply the same patch we used previously:</para>
-<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch
-</userinput></screen></para>
+<para><screen><userinput>patch -Np1 -i ../glibc-&glibc-sscanf-patch-version;.patch</userinput></screen></para>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>