Ignore:
Timestamp:
Aug 18, 2014, 3:47:02 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
1ecf563
Parents:
4d44a2a
Message:

Removed obsolete configure options from Glibc

Location:
BOOK/cross-tools/multilib
Files:
2 edited

Legend:

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

    r4d44a2a r782b8809  
    6464    ../glibc-&glibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    66     --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     66    --disable-profile --enable-kernel=&glibc-kernel-version; \
    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

    r4d44a2a r782b8809  
    5959    ../glibc-&glibc-version;/configure --prefix=/tools \
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    61     --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     61    --disable-profile --enable-kernel=&glibc-kernel-version; \
    6262    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6363    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     
    110110      xpointer="xpointer(//*[@os='dg10'])"/>
    111111
    112       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113       href="../common/glibc.xml"
    114       xpointer="xpointer(//*[@os='dg11'])"/>
    115 
    116       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117       href="../common/glibc.xml"
    118       xpointer="xpointer(//*[@os='dg12'])"/>
    119 
    120112    </variablelist>
    121113
Note: See TracChangeset for help on using the changeset viewer.