Ignore:
Timestamp:
Dec 13, 2012, 3:57:15 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d7773de8
Parents:
b3a4933
Message:

EGLIBC no longer needs --enable-add-ons

Location:
BOOK/final-system/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64/eglibc-64bit.xml

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

    rb3a4933 r82b753e0  
    8585<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    8686    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    87     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     87    --disable-profile --enable-kernel=2.6.32 \
    8888    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
    8989
Note: See TracChangeset for help on using the changeset viewer.