summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-12-02 21:09:11 (GMT)
committerGitHub <noreply@github.com>2016-12-02 21:09:11 (GMT)
commitf7f70b67c44727d9eea48997c837e87c5e63ca33 (patch)
treeed08573a7db57cabca9273e336c5886ab75062b4
parent8f55112b895fcd16758a005e10bed0195f01678e (diff)
parent713b1544b0b8f199408467da535f6dbe861d9d99 (diff)
Merge pull request #491 from stilor/uclibc-1.0.20
Mark uClibc 1.0.20 experimental
-rw-r--r--config/libc/uClibc.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 160b105..7e44381 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -77,10 +77,24 @@ 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
+ bool
+ prompt "1.0.18"
+ depends on EXPERIMENTAL
select LIBC_UCLIBC_NG_1_0_15_or_later
config LIBC_UCLIBC_V_0_9_33_2
@@ -95,6 +109,8 @@ config LIBC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.0.19" if LIBC_UCLIBC_NG_V_1_0_19
+ default "1.0.18" if LIBC_UCLIBC_NG_V_1_0_18
+ default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
endif # ! LIBC_UCLIBC_CUSTOM