Ignore:
Timestamp:
Aug 30, 2012, 10:18:02 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f34bfa1
Parents:
10d3d46
Message:

Update host system requirements. Book's supported linux kernel version is 2.6.32 or greater.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/eglibc.xml

    r10d3d46 r65ab9ce  
    5959    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6060    --disable-profile --enable-add-ons \
    61     --with-tls --enable-kernel=2.6.0 --with-__thread \
     61    --with-tls --enable-kernel=2.6.32 --with-__thread \
    6262    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6363    --cache-file=config.cache</userinput></screen>
     
    122122
    123123      <varlistentry os="dg8">
    124         <term><parameter>--enable-kernel=2.6.0</parameter></term>
     124        <term><parameter>--enable-kernel=2.6.32</parameter></term>
    125125        <listitem>
    126126          <para>This tells EGLIBC to compile the library with support
    127           for 2.6.x Linux kernels.</para>
     127          for 2.6.32 and later Linux kernels.</para>
    128128        </listitem>
    129129      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.