From 39856701509ee06ddcc95fd811ad7b27c4a8ecf9 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 27 Sep 2003 12:20:21 +0000 Subject: Appendix A and Entities cleanup. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-inst.xml | 4 ++-- chapter06/glibc-inst.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 . -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch -patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch +patch -Np1 -i ../gcc-&gcc-nofixincludes-patch-version;.patch +patch -Np1 -i ../gcc-&gcc-suppress-libiberty-patch-version;.patch The second patch here suppresses the installation of libiberty from GCC, as we will use the one provided by binutils instead. 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. Then apply the same patch we used previously: -patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch - +patch -Np1 -i ../glibc-&glibc-sscanf-patch-version;.patch The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf