Changeset 11e2d29 for BOOK/cross-tools


Ignore:
Timestamp:
Jun 2, 2014, 3:57:54 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f9639be
Parents:
63d00be
Message:

Added entity for minimum kernel version

Location:
BOOK/cross-tools
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/glibc.xml

    r63d00be r11e2d29  
    5959      ../glibc-&glibc-version;/configure --prefix=/tools \
    6060      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    61       --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     61      --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
    6262      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6363      --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/cross-tools/common/glibc.xml

    r63d00be r11e2d29  
    5555    ../glibc-&glibc-version;/configure --prefix=/tools \
    5656    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    57     --disable-profile --with-tls --enable-kernel=2.6.32 \
     57    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; \
    5858    --with-__thread --with-binutils=/cross-tools/bin \
    5959    --with-headers=/tools/include --enable-obsolete-rpc \
     
    111111
    112112      <varlistentry os="dg7">
    113         <term><parameter>--enable-kernel=2.6.32</parameter></term>
     113        <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term>
    114114        <listitem>
    115115          <para>This tells Glibc to compile the library with support
    116           for 2.6.32 and later Linux kernels.</para>
     116          for &glibc-kernel-version; and later Linux kernels.</para>
    117117        </listitem>
    118118      </varlistentry>
  • BOOK/cross-tools/mips64/glibc-n32.xml

    r63d00be r11e2d29  
    6464    ../glibc-&glibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    66     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     66    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
    6767    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6868    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/cross-tools/multilib/glibc-64bit.xml

    r63d00be r11e2d29  
    6464    ../glibc-&glibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    66     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     66    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
    6767    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6868    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/cross-tools/multilib/glibc.xml

    r63d00be r11e2d29  
    5959    ../glibc-&glibc-version;/configure --prefix=/tools \
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    61     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     61    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
    6262    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6363    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.