Author: jhuntwork
Date: 2006-03-29 11:52:37 -0700 (Wed, 29 Mar 2006)
New Revision: 1332

Modified:
   trunk/BOOK/boot/ppc64/kernel.xml
   trunk/BOOK/introduction/ppc64/changelog.xml
Log:
Use 'powerpc' as value for ARCH in kernel cross-build.

Modified: trunk/BOOK/boot/ppc64/kernel.xml
===================================================================
--- trunk/BOOK/boot/ppc64/kernel.xml    2006-03-29 16:20:16 UTC (rev 1331)
+++ trunk/BOOK/boot/ppc64/kernel.xml    2006-03-29 18:52:37 UTC (rev 1332)
@@ -62,13 +62,13 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'ae'])"/>
 
-<screen><userinput>make ARCH=ppc64 CROSS_COMPILE=${LFS_TARGET}- 
menuconfig</userinput></screen>
+<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- 
menuconfig</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/kernel.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
 
-<screen><userinput>make ARCH=ppc64 
CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
+<screen><userinput>make ARCH=powerpc 
CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/kernel.xml"
@@ -86,7 +86,7 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
 
-<screen><userinput>make ARCH=ppc64 CROSS_COMPILE=${LFS_TARGET}- \
+<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- \
    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";

Modified: trunk/BOOK/introduction/ppc64/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml 2006-03-29 16:20:16 UTC (rev 
1331)
+++ trunk/BOOK/introduction/ppc64/changelog.xml 2006-03-29 18:52:37 UTC (rev 
1332)
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>March 29, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Use 'powerpc' as value for ARCH in kernel 
cross-build.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 8, 2006</para>
       <itemizedlist>
         <listitem>

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

Reply via email to