Fix comment about glibc's extra addons config option.

This commit is contained in:
Yann E. MORIN" 2007-05-28 21:32:43 +00:00
parent e830653d1b
commit cd28386d9c

View File

@ -205,7 +205,10 @@ config LIBC_ADDONS_LIST
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)