diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-03 01:15:28 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-03 01:15:28 +0200 |
commit | 42a7dc19469118054b6b81487ab7a373191de925 (patch) | |
tree | 7f1446fd782661a3494e5fd7a235f35794534ba1 /config/libc/uClibc.in | |
parent | 974f60e98adf71555f685fa69ee649fe28d72d31 (diff) | |
download | crosstool-ng-42a7dc19469118054b6b81487ab7a373191de925.tar.gz crosstool-ng-42a7dc19469118054b6b81487ab7a373191de925.tar.bz2 crosstool-ng-42a7dc19469118054b6b81487ab7a373191de925.zip |
libc/uClibc: enable NPTL for snapshots
Recently, NPTL has matured a lot in uClibc, and more and more
people are interested to at least give it a try. So enable it.
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index dbe9f530..b63239d1 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -45,15 +45,22 @@ config LIBC_V_0_9_28_3 prompt "0.9.28.3 (OBSOLETE)" depends on OBSOLETE +# As of today (20100702) we can be pretty sure that every +# snapshots made since a month ago are post -0.9.30. + config LIBC_V_snapshot bool prompt "latest snapshot (EXPERIMENTAL)" depends on EXPERIMENTAL + select LIBC_SUPPORT_NPTL + select LIBC_UCLIBC_0_9_30_or_later config LIBC_V_specific_date bool prompt "<specific date> (EXPERIMENTAL)" depends on EXPERIMENTAL + select LIBC_SUPPORT_NPTL + select LIBC_UCLIBC_0_9_30_or_later endchoice |