aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/patch.xml6
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
@@ -40,6 +40,16 @@
<para>January 25, 2006</para>
<itemizedlist>
<listitem>
+ <para>[jhuntwork] - Remove ppc specific instructions from chapter 6 patch.
+ Cross-LFS can handle non-x86 arch specifics at this point.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>January 25, 2006</para>
+ <itemizedlist>
+ <listitem>
<para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
<command>sort -n</command> and add the en_US.UTF-8 locale to improve
coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
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>