diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 02:05:59 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 02:05:59 +0000 |
commit | 9c9c8e1971255b18bbf9a05f753d2bb64d22411b (patch) | |
tree | 4b12094779333025038ed35125ff99b682b01291 /chapter06 | |
parent | 7bd3d78145093ce1cb68a39a56636d823c6bfc3b (diff) |
Remove ppc specific instructions from chapter 6 patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/patch.xml | 6 |
1 files changed, 2 insertions, 4 deletions
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</seg></seglistitem> <sect2 role="installation"> <title>Installation of Patch</title> -<para>Prepare Patch for compilation. The preprocessor flag -<parameter>-D_GNU_SOURCE</parameter> is only needed on the PowerPC -platform. It can be left it out on other architectures:</para> +<para>Prepare Patch for compilation.</para> -<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |