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 --- chapter05/gcc-pass2-inst.xml | 4 ++-- chapter05/glibc-inst.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index e4f4febfb..71eadbaa0 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -33,8 +33,8 @@ same working directory. They will all unfold into a single First correct one problem and make an essential adjustment: -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch -patch -Np1 -i ../gcc-&gcc-specs-version;.patch +patch -Np1 -i ../gcc-&gcc-nofixincludes-patch-version;.patch +patch -Np1 -i ../gcc-&gcc-specs-patch-version;.patch The first patch disables the GCC "fixincludes" script. We mentioned this briefly earlier, but a slightly more in-depth explanation of the fixincludes diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 9ffcea2f8..83b64eb69 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -31,8 +31,7 @@ touch /tools/etc/ld.so.conf Also, Glibc has a subtle problem when compiled with GCC 3.3.1. Apply the following patch to fix this: -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