Changeset 573b8bf


Ignore:
Timestamp:
12/12/2012 06:44:55 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e651b547
Parents:
495f84d
Message:

Remove redundant --enable-addons parameter to Glibc's configure script. Fixes #3241.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r495f84d r573b8bf  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Remove redundant --enable-addons parameter to
     44          Glibc's configure script. Fixes
     45          <ulink url="&lfs-ticket-root;3241">#3241</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[matthew] - Update IRC server information.  Fixes
    4449          <ulink url="&lfs-ticket-root;3240">#3240</ulink>. Thanks
  • chapter05/glibc.xml

    r495f84d r573b8bf  
    8585      --build=$(../glibc-&glibc-version;/scripts/config.guess) \
    8686      --disable-profile                               \
    87       --enable-add-ons                                \
    8887      --enable-kernel=2.6.25                          \
    8988      --with-headers=/tools/include                   \
     
    109108          <para>This builds the libraries without profiling information. Omit
    110109          this option if profiling on the temporary tools is necessary.</para>
    111         </listitem>
    112       </varlistentry>
    113 
    114       <varlistentry>
    115         <term><parameter>--enable-add-ons</parameter></term>
    116         <listitem>
    117           <para>This tells Glibc to use the NPTL add-on as its threading
    118           library.</para>
    119110        </listitem>
    120111      </varlistentry>
  • chapter06/glibc.xml

    r495f84d r573b8bf  
    128128    --prefix=/usr          \
    129129    --disable-profile      \
    130     --enable-add-ons       \
    131130    --enable-kernel=2.6.25 \
    132131    --libexecdir=/usr/lib/glibc</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.