diff options
author | Alexey Neyman <stilor@att.net> | 2016-12-02 13:02:54 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-12-02 13:02:54 -0800 |
commit | 713b1544b0b8f199408467da535f6dbe861d9d99 (patch) | |
tree | ed08573a7db57cabca9273e336c5886ab75062b4 /config/libc | |
parent | 4c7f49fb6c62bc54363debb6dba1389d4f590437 (diff) | |
download | crosstool-ng-713b1544b0b8f199408467da535f6dbe861d9d99.tar.gz crosstool-ng-713b1544b0b8f199408467da535f6dbe861d9d99.tar.bz2 crosstool-ng-713b1544b0b8f199408467da535f6dbe861d9d99.zip |
Make 1.0.19 experimental...
... and 1.0.17 default, again. Sigh.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 81651a48..7e443812 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" |