diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-28 21:32:43 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-28 21:32:43 +0000 |
commit | cd28386d9c923c16024e2561fc248a5c09837a87 (patch) | |
tree | 0d1ebd4c97081b1881f6ffc6757bcd37981a8456 | |
parent | e830653d1b5e1bab76f36f13fe7316641a4f0731 (diff) | |
download | crosstool-ng-cd28386d9c923c16024e2561fc248a5c09837a87.tar.gz crosstool-ng-cd28386d9c923c16024e2561fc248a5c09837a87.tar.bz2 crosstool-ng-cd28386d9c923c16024e2561fc248a5c09837a87.zip |
Fix comment about glibc's extra addons config option.
-rw-r--r-- | config/libc_glibc.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in index c0454d2b..fbade0ff 100644 --- a/config/libc_glibc.in +++ b/config/libc_glibc.in @@ -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) |