diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-10-01 16:50:44 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-10-01 16:50:44 +0000 |
commit | f4f0cb411c328f49d0342675473bc77dee553265 (patch) | |
tree | ee12d72d12e5cd8e20366d7853a289c482023afc /chapter05 | |
parent | ddedde2923084d57247c576ab43a5fc0ed0dd1ab (diff) |
Upgraded binutils. Corrected typos in glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a44ba3a91..3b7ac093a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -60,21 +60,9 @@ profiling on the temporary tools.</para></listitem> </varlistentry> <varlistentry> -<term><parameter>--enable-add-ons=nptl</parameter></term> -<listitem><para>This tells Glibc to use the NPTL add-on as its threading -library.</para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--with-tls</parameter></term> -<listitem><para>This tells Glibc to include support for TLS (thread-local storage). -This is required for NPTL to work. </para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--with-__thread</parameter></term> -<listitem><para>This tells Glibc to include thread support, this is for proper -compiling of the thread-local storage.</para></listitem> +<term><parameter>--enable-add-ons</parameter></term> +<listitem><para>This tells Glibc to use the add-on' that it can use like NPTL +as its threading library.</para></listitem> </varlistentry> <varlistentry> |