1
0
Эх сурвалжийг харах

Remove ppc specific instructions from chapter 6 patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 19 жил өмнө
parent
commit
9c9c8e1971

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <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>
     <listitem>
       <para>January 25, 2006</para>
       <para>January 25, 2006</para>
       <itemizedlist>
       <itemizedlist>

+ 2 - 4
chapter06/patch.xml

@@ -30,11 +30,9 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Patch</title>
 <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>
 <para>Compile the package:</para>