Changeset dd39fc2


Ignore:
Timestamp:
Aug 18, 2014, 3:57:37 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
819ba78
Parents:
cd95991
git-author:
Chris Staub <chris@…> (08/18/14 15:47:02)
git-committer:
Chris Staub <chris@…> (08/18/14 15:57:37)
Message:

Removed obsolete configure options from Glibc

Location:
BOOK
Files:
6 edited

Legend:

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

    rcd95991 rdd39fc2  
    5959      ../glibc-&glibc-version;/configure --prefix=/tools \
    6060      --host=${CLFS_TARGET} --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>
     
    106106      xpointer="xpointer(//*[@os='dg10'])"/>
    107107
    108       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109       href="../common/glibc.xml"
    110       xpointer="xpointer(//*[@os='dg11'])"/>
    111 
    112       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113       href="../common/glibc.xml"
    114       xpointer="xpointer(//*[@os='dg12'])"/>
    115 
    116108    </variablelist>
    117109
  • BOOK/cross-tools/common/glibc.xml

    rcd95991 rdd39fc2  
    5555    ../glibc-&glibc-version;/configure --prefix=/tools \
    5656    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    57     --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; \
    58     --with-__thread --with-binutils=/cross-tools/bin \
    59     --with-headers=/tools/include --enable-obsolete-rpc \
    60     --cache-file=config.cache</userinput></screen>
     57    --disable-profile --enable-kernel=&glibc-kernel-version; \
     58    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     59    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6160
    6261    <variablelist os="dg">
     
    104103
    105104      <varlistentry os="dg6">
    106         <term><parameter>--with-tls</parameter></term>
    107         <listitem>
    108           <para>This tells Glibc to use Thread Local Storage.</para>
    109         </listitem>
    110       </varlistentry>
    111 
    112       <varlistentry os="dg7">
    113105        <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term>
    114106        <listitem>
     
    118110      </varlistentry>
    119111
    120       <varlistentry os="dg8">
    121         <term><parameter>--with-__thread</parameter></term>
    122         <listitem>
    123           <para>This tells Glibc to use use the __thread for libc and
    124           libpthread builds.</para>
    125         </listitem>
    126       </varlistentry>
    127 
    128       <varlistentry os="dg9">
     112      <varlistentry os="dg7">
    129113        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    130114        <listitem>
     
    134118      </varlistentry>
    135119
    136       <varlistentry os="dg10">
     120      <varlistentry os="dg8">
    137121        <term><parameter>--with-headers=/tools/include</parameter></term>
    138122        <listitem>
     
    144128      </varlistentry>
    145129
    146       <varlistentry os="dg11">
     130      <varlistentry os="dg9">
    147131        <term><parameter>--enable-obsolete-rpc</parameter></term>
    148132        <listitem>
     
    152136      </varlistentry>
    153137
    154       <varlistentry os="dg12">
     138      <varlistentry os="dg10">
    155139        <term><parameter>--cache-file=config.cache</parameter></term>
    156140        <listitem>
  • BOOK/cross-tools/mips64/glibc-n32.xml

    rcd95991 rdd39fc2  
    6464    ../glibc-&glibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    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-64bit.xml

    rcd95991 rdd39fc2  
    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

    rcd95991 rdd39fc2  
    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
  • BOOK/introduction/common/changelog.xml

    rcd95991 rdd39fc2  
    3838
    3939    <listitem>
     40      <para>18 August 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed obsolete --with-tls and --with-__thread
     44          options from Cross-Tools Glibc builds - those options have long since
     45          been removed from Glibc.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>17 August 2014</para>
    4152      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.