From c91dd5bfd04b3188fd81bfe9c93d4a6985fdc0d5 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 11 Feb 2004 22:02:10 +0000 Subject: Making the test suites in chapter 5 more clearly optional. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/patch.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/patch.xml') diff --git a/chapter05/patch.xml b/chapter05/patch.xml index ab72274aa..d927b0327 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -13,13 +13,12 @@ Installation of Patch -Prepare Patch for compilation: +Prepare Patch for compilation (the preprocessor flag +-D_GNU_SOURCE is only needed on the PowerPC platform, on +other architectures you can leave it out): CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools -The preprocessor flag -D_GNU_SOURCE is only needed -on the PowerPC platform. On other architectures you can leave it out. - Compile the program: make -- cgit v1.2.3-54-g00ecf