From 9c9c8e1971255b18bbf9a05f753d2bb64d22411b Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 26 Jan 2006 02:05:59 +0000 Subject: Remove ppc specific instructions from chapter 6 patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/patch.xml | 6 ++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 893aabedc..f9fd5e597 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + January 25, 2006 + + + [jhuntwork] - Remove ppc specific instructions from chapter 6 patch. + Cross-LFS can handle non-x86 arch specifics at this point. + + + + January 25, 2006 diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 9a77dd13f..2b277811f 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -30,11 +30,9 @@ GCC, Glibc, Grep, Make, and Sed Installation of Patch -Prepare Patch for compilation. The preprocessor flag --D_GNU_SOURCE is only needed on the PowerPC -platform. It can be left it out on other architectures: +Prepare Patch for compilation. -CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr +./configure --prefix=/usr Compile the package: -- cgit v1.2.3-54-g00ecf