summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 7bc0501..dbd659c 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -38,10 +38,12 @@ config LIBC_V_0_9_29
config LIBC_V_0_9_30
bool
prompt "0.9.30"
+ select LIBC_UCLIBC_0_9_30_or_later
config LIBC_V_0_9_30_1
bool
prompt "0.9.30.1"
+ select LIBC_UCLIBC_0_9_30_or_later
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -72,14 +74,14 @@ config LIBC_VERSION
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
+config LIBC_UCLIBC_0_9_30_or_later
+ bool
+ default n
+ select LIBC_UCLIBC_PARALLEL
+
config LIBC_UCLIBC_PARALLEL
bool
- prompt "Build uClibc in //" if LIBC_V_snapshot || LIBC_V_specific_date
default n
- help
- Build uClibc using parallel jobs.
- Some 'old' versions won't build in //, but it works starting with
- 0.9.30 release candidates.
choice
bool