summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-02 21:02:54 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-02 21:02:54 (GMT)
commit713b1544b0b8f199408467da535f6dbe861d9d99 (patch)
treeed08573a7db57cabca9273e336c5886ab75062b4 /config
parent4c7f49fb6c62bc54363debb6dba1389d4f590437 (diff)
Make 1.0.19 experimental...
... and 1.0.17 default, again. Sigh. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 81651a4..7e44381 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -77,10 +77,18 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-# List 1.0.17 first to make it default. 1.0.18 has issues with static libs.
+# List 1.0.17 first to make it default:
+# - 1.0.18 has issues with static libs.
+# - 1.0.19 fails to build native GDB (unresolved references to libdl functions)
+config LIBC_UCLIBC_NG_V_1_0_17
+ bool
+ prompt "1.0.17"
+ select LIBC_UCLIBC_NG_1_0_15_or_later
+
config LIBC_UCLIBC_NG_V_1_0_19
bool
prompt "1.0.19"
+ depends on EXPERIMENTAL
select LIBC_UCLIBC_NG_1_0_15_or_later
config LIBC_UCLIBC_NG_V_1_0_18
@@ -89,11 +97,6 @@ config LIBC_UCLIBC_NG_V_1_0_18
depends on EXPERIMENTAL
select LIBC_UCLIBC_NG_1_0_15_or_later
-config LIBC_UCLIBC_NG_V_1_0_17
- bool
- prompt "1.0.17"
- select LIBC_UCLIBC_NG_1_0_15_or_later
-
config LIBC_UCLIBC_V_0_9_33_2
bool
prompt "0.9.33.2"