Changeset 82b753e0 for BOOK/cross-tools


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
Files:
9 edited

Legend:

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

    rb3a4933 r82b753e0  
    5959      ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6060      --host=${CLFS_TARGET} --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>
     
    106105      href="../common/eglibc.xml"
    107106      xpointer="xpointer(//*[@os='dg10'])"/>
     107
     108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     109      href="../common/eglibc.xml"
     110      xpointer="xpointer(//*[@os='dg11'])"/>
    108111
    109112    </variablelist>
  • BOOK/cross-tools/common/eglibc.xml

    rb3a4933 r82b753e0  
    5858    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    5959    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    60     --disable-profile --enable-add-ons \
    61     --with-tls --enable-kernel=2.6.32 --with-__thread \
    62     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    63     --cache-file=config.cache</userinput></screen>
     60    --disable-profile --with-tls --enable-kernel=2.6.32
     61    --with-__thread --with-binutils=/cross-tools/bin
     62    --with-headers=/tools/include --cache-file=config.cache</userinput></screen>
    6463
    6564    <variablelist os="dg">
     
    107106
    108107      <varlistentry os="dg6">
    109         <term><parameter>--enable-add-ons</parameter></term>
    110         <listitem>
    111           <para>This tells EGLIBC to utilize all add-ons that are
    112           available.</para>
    113         </listitem>
    114       </varlistentry>
    115 
    116       <varlistentry os="dg7">
    117108        <term><parameter>--with-tls</parameter></term>
    118109        <listitem>
     
    121112      </varlistentry>
    122113
    123       <varlistentry os="dg8">
     114      <varlistentry os="dg7">
    124115        <term><parameter>--enable-kernel=2.6.32</parameter></term>
    125116        <listitem>
     
    129120      </varlistentry>
    130121
    131       <varlistentry os="dg9">
     122      <varlistentry os="dg8">
    132123        <term><parameter>--with-__thread</parameter></term>
    133124        <listitem>
     
    137128      </varlistentry>
    138129
    139       <varlistentry os="dg10">
     130      <varlistentry os="dg9">
    140131        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    141132        <listitem>
     
    145136      </varlistentry>
    146137
    147       <varlistentry os="dg11">
     138      <varlistentry os="dg10">
    148139        <term><parameter>--with-headers=/tools/include</parameter></term>
    149140        <listitem>
     
    155146      </varlistentry>
    156147
    157       <varlistentry os="dg12">
     148      <varlistentry os="dg11">
    158149        <term><parameter>--cache-file=config.cache</parameter></term>
    159150        <listitem>
  • BOOK/cross-tools/mips64/eglibc-n32.xml

    rb3a4933 r82b753e0  
    8080    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    8181    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    82     --disable-profile --enable-add-ons \
    83     --with-tls --enable-kernel=2.6.32 --with-__thread \
     82    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    8483    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    8584    --cache-file=config.cache</userinput></screen>
  • 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
  • BOOK/cross-tools/ppc64/eglibc.xml

    rb3a4933 r82b753e0  
    9494      xpointer="xpointer(//*[@os='dg10'])"/>
    9595
     96      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97      href="../common/eglibc.xml"
     98      xpointer="xpointer(//*[@os='dg11'])"/>
     99
    96100    </variablelist>
    97101
  • BOOK/cross-tools/sparc64/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>
  • BOOK/cross-tools/x86/eglibc.xml

    rb3a4933 r82b753e0  
    6060    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    62     --disable-profile --enable-add-ons \
    63     --with-tls --enable-kernel=2.6.32 --with-__thread \
     62    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    6463    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6564    --cache-file=config.cache</userinput></screen>
     
    120119      xpointer="xpointer(//*[@os='dg11'])"/>
    121120
    122       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123       href="../common/eglibc.xml"
    124       xpointer="xpointer(//*[@os='dg12'])"/>
    125 
    126121    </variablelist>
    127122
  • BOOK/cross-tools/x86_64/eglibc.xml

    rb3a4933 r82b753e0  
    6060    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    62     --disable-profile --enable-add-ons \
    63     --with-tls --enable-kernel=2.6.32 --with-__thread \
     62    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    6463    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6564    --cache-file=config.cache</userinput></screen>
     
    116115      xpointer="xpointer(//*[@os='dg10'])"/>
    117116
     117      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     118      href="../common/eglibc.xml"
     119      xpointer="xpointer(//*[@os='dg11'])"/>
     120
    118121    </variablelist>
    119122
Note: See TracChangeset for help on using the changeset viewer.