# HG changeset patch # User "Yann E. MORIN" # Date 1180387963 0 # Node ID 471ded821b6c7f4014db27c250521e360ab68722 # Parent 860f8380538dec8972af7a103aef5afaf7131d09 Fix comment about glibc's extra addons config option. diff -r 860f8380538d -r 471ded821b6c config/libc_glibc.in --- a/config/libc_glibc.in Mon May 28 20:57:40 2007 +0000 +++ b/config/libc_glibc.in Mon May 28 21:32:43 2007 +0000 @@ -205,7 +205,10 @@ default "" depends on LIBC_ADDONS help - Extra addons to include in glibc. + Extra addons to include in glibc. Space separated list. + + You need to specify neither linuxthreads nor nptl, as they are added + automagically for you depending on the threading model you choosed + earlier. Eg.: crypt (for very old glibces) - linuxthreads (for the linuxthreads implementation of threads)