diff options
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> |