mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 22:59:19 +01:00
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
This commit is contained in:
parent
495f84d1df
commit
573b8bff31
@ -39,6 +39,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-12-12</para>
|
<para>2012-12-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Remove redundant --enable-addons parameter to
|
||||||
|
Glibc's configure script. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3241">#3241</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Update IRC server information. Fixes
|
<para>[matthew] - Update IRC server information. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3240">#3240</ulink>. Thanks
|
<ulink url="&lfs-ticket-root;3240">#3240</ulink>. Thanks
|
||||||
|
@ -84,7 +84,6 @@ esac</userinput></screen>
|
|||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-add-ons \
|
|
||||||
--enable-kernel=2.6.25 \
|
--enable-kernel=2.6.25 \
|
||||||
--with-headers=/tools/include \
|
--with-headers=/tools/include \
|
||||||
libc_cv_forced_unwind=yes \
|
libc_cv_forced_unwind=yes \
|
||||||
@ -111,14 +110,6 @@ esac</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>--enable-add-ons</parameter></term>
|
|
||||||
<listitem>
|
|
||||||
<para>This tells Glibc to use the NPTL add-on as its threading
|
|
||||||
library.</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--enable-kernel=2.6.25</parameter></term>
|
<term><parameter>--enable-kernel=2.6.25</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -127,7 +127,6 @@ esac</userinput></screen>
|
|||||||
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-add-ons \
|
|
||||||
--enable-kernel=2.6.25 \
|
--enable-kernel=2.6.25 \
|
||||||
--libexecdir=/usr/lib/glibc</userinput></screen>
|
--libexecdir=/usr/lib/glibc</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user