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/cross-tools/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/eglibc-64bit.xml

    rb3a4933 r82b753e0  
    6464    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    66     --disable-profile --enable-add-ons \
    67     --with-tls --enable-kernel=2.6.32 --with-__thread \
     66    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    6867    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6968    --cache-file=config.cache</userinput></screen>
  • BOOK/cross-tools/multilib/eglibc.xml

    rb3a4933 r82b753e0  
    5959    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    61     --disable-profile --enable-add-ons \
    62     --with-tls --enable-kernel=2.6.32 --with-__thread \
     61    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    6362    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6463    --cache-file=config.cache</userinput></screen>
     
    111110      xpointer="xpointer(//*[@os='dg10'])"/>
    112111
     112      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113      href="../common/eglibc.xml"
     114      xpointer="xpointer(//*[@os='dg11'])"/>
     115
    113116    </variablelist>
    114117
Note: See TracChangeset for help on using the changeset viewer.