Changeset 4aef1be


Ignore:
Timestamp:
Jun 13, 2006, 5:11:35 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2fc2b39
Parents:
e69b20a
Message:

r3924@server (orig r1765): ken | 2006-06-13 13:52:38 -0700
ppc needs an ARCH=powerpc kernel (when cross-compiling), and building from an old ppc config needs some manual attention after oldconfig.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/kernel.xml

    re69b20a r4aef1be  
    5959    xpointer="xpointer(//*[@os='ae'])"/>
    6060
    61 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     61<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     62
     63    <warning>
     64    <para>Ensure you select all of the necessary mac drivers, particularly for
     65    ide and input.</para>
     66    </warning>
    6267
    6368    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6570    xpointer="xpointer(//*[@os='m'])"/>
    6671
    67 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     72<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
    6873
    6974    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/ppc/kernel.xml

    re69b20a r4aef1be  
    6262    xpointer="xpointer(//*[@os='j'])"/>
    6363
     64    <warning>
     65    <para>If you are using a config from when the ARCH was ppc (instead of
     66    powerpc), you will have to run <command>make menuconfig</command> after
     67    <command>make oldconfig</command> and manually select many of the
     68    mac-specific options for ide and input.</para>
     69    </warning>
     70   
    6471    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6572    href="../x86/kernel.xml"
  • BOOK/general.ent

    re69b20a r4aef1be  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "SVN-20060610">
     3<!ENTITY version "SVN-20060613">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "June 10, 2006">
     18<!ENTITY releasedate "June 13, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/ppc/changelog.xml

    re69b20a r4aef1be  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>June 13, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Added a warning to make sure all the necessary mac drivers
     41          have been selected if using an old ppc config, and corrected the boot
     42          chapter to ARCH=powerpc.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
    3546
    3647    <listitem>
Note: See TracChangeset for help on using the changeset viewer.