Changeset 6d66f86 for BOOK


Ignore:
Timestamp:
Mar 20, 2006, 12:07:02 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:
61fb73f
Parents:
6002387
Message:

r2657@server (orig r1301): chris | 2006-03-20 11:16:35 -0800
Removed note about GCC 2.95.3 from kernel section.

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/alpha/kernel.xml

    r6002387 r6d66f86  
    6565    href="../x86/kernel.xml"
    6666    xpointer="xpointer(//*[@os='k'])"/>
    67 
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    69     href="../x86/kernel.xml"
    70     xpointer="xpointer(//*[@os='l'])"/>
    7167
    7268    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/mips/kernel.xml

    r6002387 r6d66f86  
    7171    href="../x86/kernel.xml"
    7272    xpointer="xpointer(//*[@os='k'])"/>
    73 
    74     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    75     href="../x86/kernel.xml"
    76     xpointer="xpointer(//*[@os='l'])"/>
    7773
    7874    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/ppc/kernel.xml

    r6002387 r6d66f86  
    6565    href="../x86/kernel.xml"
    6666    xpointer="xpointer(//*[@os='k'])"/>
    67 
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    69     href="../x86/kernel.xml"
    70     xpointer="xpointer(//*[@os='l'])"/>
    7167
    7268    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/sparc/kernel.xml

    r6002387 r6d66f86  
    6565    href="../x86/kernel.xml"
    6666    xpointer="xpointer(//*[@os='k'])"/>
    67 
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    69     href="../x86/kernel.xml"
    70     xpointer="xpointer(//*[@os='l'])"/>
    7167
    7268    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/x86/kernel.xml

    r6002387 r6d66f86  
    7575    to explore all the configuration menus and create the kernel configuration
    7676    from scratch.</para>
    77 
    78     <note os="l">
    79       <para>Linux-2.6 kernel series is required to be compiled with GCC-3.x or
    80       later, in this case &gcc-version;. It is not recommended to compile the
    81       kernel with GCC-2.95.x, as this causes failures in the Glibc test suite.
    82       Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x.
    83       Unfortunately, the kernel documentation is outdated and still claims
    84       GCC-2.95.3 is the recommended compiler.</para>
    85     </note>
    8677
    8778    <para os="m">Compile the kernel image and modules:</para>
  • BOOK/bootable/x86_64/kernel.xml

    r6002387 r6d66f86  
    6565    href="../x86/kernel.xml"
    6666    xpointer="xpointer(//*[@os='k'])"/>
    67 
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    69     href="../x86/kernel.xml"
    70     xpointer="xpointer(//*[@os='l'])"/>
    7167
    7268    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r6002387 r6d66f86  
    4949          <para>[jim] - Updated to Shadow 4.0.15.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[Chris] - Removed note about GCC 2.95.3 from kernel
     53          section, as documentation has been updated in linux-2.6.16
     54          and it now recommends GCC >= 3.2.</para>
     55        </listitem>
    5156      </itemizedlist>
    5257    </listitem>
Note: See TracChangeset for help on using the changeset viewer.