Author: jhuntwork
Date: 2006-01-25 19:05:59 -0700 (Wed, 25 Jan 2006)
New Revision: 7304

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/patch.xml
Log:
Remove ppc specific instructions from chapter 6 patch.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-01-25 21:42:47 UTC (rev 7303)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-26 02:05:59 UTC (rev 7304)
@@ -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

Modified: trunk/BOOK/chapter06/patch.xml
===================================================================
--- trunk/BOOK/chapter06/patch.xml      2006-01-25 21:42:47 UTC (rev 7303)
+++ trunk/BOOK/chapter06/patch.xml      2006-01-26 02:05:59 UTC (rev 7304)
@@ -30,11 +30,9 @@
 <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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to