Fix comment about glibc's extra addons config option.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 28 21:32:43 2007 +0000 (2007-05-28)
changeset 142471ded821b6c
parent 141 860f8380538d
child 143 420f814f1871
Fix comment about glibc's extra addons config option.
config/libc_glibc.in
     1.1 --- a/config/libc_glibc.in	Mon May 28 20:57:40 2007 +0000
     1.2 +++ b/config/libc_glibc.in	Mon May 28 21:32:43 2007 +0000
     1.3 @@ -205,7 +205,10 @@
     1.4      default ""
     1.5      depends on LIBC_ADDONS
     1.6      help
     1.7 -      Extra addons to include in glibc.
     1.8 +      Extra addons to include in glibc. Space separated list.
     1.9 +
    1.10 +      You need to specify neither linuxthreads nor nptl, as they are added
    1.11 +      automagically for you depending on the threading model you choosed
    1.12 +      earlier.
    1.13        
    1.14        Eg.: crypt        (for very old glibces)
    1.15 -           linuxthreads (for the linuxthreads implementation of threads)