summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-12 00:37:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-12 00:37:29 (GMT)
commitb8aa9402335eae6fa8a7fe1a3dbadd1dc50385a2 (patch)
tree90931d0db5521b426097fe8ab9e46c81a1a849c2 /config
parent706d02f52d71f251921bdb820c0cbba6f8d6d547 (diff)
libc/uClibc: enable NPTL choice for uClibc >= 0.9.32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index aa2068b..5687eb8 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -19,7 +19,7 @@ choice
config LIBC_UCLIBC_V_0_9_32
bool
prompt "0.9.32"
- select LIBC_UCLIBC_0_9_30_or_later
+ select LIBC_UCLIBC_0_9_32_or_later
config LIBC_UCLIBC_V_0_9_31
bool
@@ -91,6 +91,11 @@ config LIBC_VERSION
default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
default "snapshot" if LIBC_UCLIBC_V_snapshot
+config LIBC_UCLIBC_0_9_32_or_later
+ bool
+ select LIBC_SUPPORT_NPTL
+ select LIBC_UCLIBC_0_9_30_or_later
+
config LIBC_UCLIBC_0_9_30_or_later
bool
select LIBC_UCLIBC_PARALLEL