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/final-system/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.