Changeset 11e2d29


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
Files:
19 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>
  • BOOK/final-system/common/glibc.xml

    r63d00be r11e2d29  
    7777
    7878<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    79     --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
     79    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
    8080    --enable-obsolete-rpc</userinput></screen>
    8181
  • BOOK/final-system/mips64/glibc-n32.xml

    r63d00be r11e2d29  
    7070<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    7171    ../glibc-&glibc-version;/configure --prefix=/usr \
    72     --disable-profile --enable-kernel=2.6.32 \
     72    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7373    --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
    7474    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/multilib/glibc-64bit.xml

    r63d00be r11e2d29  
    7070<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7171    ../glibc-&glibc-version;/configure --prefix=/usr \
    72     --disable-profile --enable-kernel=2.6.32 \
     72    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7373    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    7474    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/multilib/glibc.xml

    r63d00be r11e2d29  
    6969<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    7070    ../glibc-&glibc-version;/configure --prefix=/usr \
    71     --disable-profile --enable-kernel=2.6.32 \
     71    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7272    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
    7373    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/ppc64-64/glibc.xml

    r63d00be r11e2d29  
    7575
    7676<screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
    77     --disable-profile --enable-kernel=2.6.32 \
     77    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7878    --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    7979    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/final-system/ppc64/glibc-64bit.xml

    r63d00be r11e2d29  
    6969<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7070    ../glibc-&glibc-version;/configure --prefix=/usr \
    71     --disable-profile --enable-kernel=2.6.32 \
     71    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7272    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    7373    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/ppc64/glibc.xml

    r63d00be r11e2d29  
    8585<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    8686    ../glibc-&glibc-version;/configure --prefix=/usr \
    87     --disable-profile --enable-kernel=2.6.32 \
     87    --disable-profile --enable-kernel=&glibc-kernel-version; \
    8888    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
    8989    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/sparc64-64/glibc.xml

    r63d00be r11e2d29  
    8383
    8484<screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
    85     --disable-profile --enable-kernel=2.6.32 \
     85    --disable-profile --enable-kernel=&glibc-kernel-version; \
    8686    --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    8787    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/final-system/sparc64/glibc-64bit.xml

    r63d00be r11e2d29  
    7777<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7878    ../glibc-&glibc-version;/configure --prefix=/usr \
    79     --disable-profile --enable-kernel=2.6.32 \
     79    --disable-profile --enable-kernel=&glibc-kernel-version; \
    8080    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    8181    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
  • BOOK/final-system/x86/glibc.xml

    r63d00be r11e2d29  
    6767
    6868<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    69     --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
     69    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
    7070    --enable-obsolete-rpc</userinput></screen>
    7171
  • BOOK/final-system/x86_64-64/glibc.xml

    r63d00be r11e2d29  
    7272
    7373<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    74     --disable-profile --enable-kernel=2.6.32 \
     74    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7575    --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    7676    --enable-obsolete-rpc</userinput></screen>
  • BOOK/final-system/x86_64/glibc-64bit.xml

    r63d00be r11e2d29  
    7272<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7373    ../glibc-&glibc-version;/configure --prefix=/usr \
    74     --disable-profile --enable-kernel=2.6.32 \
     74    --disable-profile --enable-kernel=&glibc-kernel-version; \
    7575    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    7676    --enable-obsolete-rpc</userinput></screen>
  • BOOK/packages.ent

    r63d00be r11e2d29  
    214214<!ENTITY glibc-home "http://www.gnu.org/software/libc/">
    215215<!ENTITY glibc-ld-name "ld-&glibc-version;.so">
     216<!ENTITY glibc-kernel-version "2.6.32">
    216217
    217218<!ENTITY gmp-version "6.0.0">
  • BOOK/temp-system/common/choose.xml

    r63d00be r11e2d29  
    3535  different architecture, such as building a PowerPC system from an x86. The
    3636  rule of thumb here is that if the architectures match and you are running
    37   the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you
    38   can just chroot. If you aren't running the same series kernel, or are
    39   wanting to run a different ABI, you will need to use the boot option.</para>
     37  the same series kernel (specifically, a &glibc-kernel-version; or newer
     38  Linux kernel) you can just chroot. If you aren't running the same series
     39  kernel, or are wanting to run a different ABI, you will need to use the boot
     40  option.</para>
    4041
    4142  <para os="d">If you are in any doubt about this, you can try the following
Note: See TracChangeset for help on using the changeset viewer.