From 3e36a78621937b7ba17d4ab83abff97f84325ef8 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Mon, 23 May 2005 20:07:49 +0000 Subject: Changed patches to use entities git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c0426ef38..5afbc04ec 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -1,7 +1,9 @@ + %general-entities; + %patches-entities; ]> GCC-&gcc-version; @@ -42,13 +44,13 @@ into the same directory. Likewise, extract the gcc-testsuite tarball. Apply only the No-Fixincludes patch (not the Specs patch) also used in the previous chapter: -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch +patch -Np1 -i ../&gcc-no_fixincludes-patch; GCC fails to compile some packages outside of a base Linux From Scratch install (e.g., Mozilla and kdegraphics) when used in conjunction with newer versions of Binutils. Apply the following patch to fix this issue: -patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch +patch -Np1 -i ../&gcc-linkonce-patch; Apply a sed substitution that will suppress the installation of libiberty.a. The version of -- cgit v1.2.3-54-g00ecf