diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-09 22:47:17 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-11 08:27:33 -0800 |
commit | 930fa77076874655179341433b4f8066deefb0b8 (patch) | |
tree | a4f0045b6706d203eb89ee22654b56d0f7448565 /config | |
parent | 83403825ee654bcf214a9329d429bcf9603acad5 (diff) | |
download | crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.gz crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.bz2 crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.zip |
uClibc: Reduce supported versions
This commit reduces the number of supported versions to:
* 0.9.33.2
* custom location
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/uClibc.in | 68 |
1 files changed, 4 insertions, 64 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 15296425..d7ac3af8 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -29,59 +29,13 @@ choice config LIBC_UCLIBC_V_0_9_33_2 bool prompt "0.9.33.2" - select LIBC_UCLIBC_0_9_32_or_later - -config LIBC_UCLIBC_V_0_9_33_1 - bool - prompt "0.9.33.1" - select LIBC_UCLIBC_0_9_32_or_later - -config LIBC_UCLIBC_V_0_9_33 - bool - prompt "0.9.33" - select LIBC_UCLIBC_0_9_32_or_later - -config LIBC_UCLIBC_V_0_9_32_1 - bool - prompt "0.9.32.1" - select LIBC_UCLIBC_0_9_32_or_later - -config LIBC_UCLIBC_V_0_9_32 - bool - prompt "0.9.32" - select LIBC_UCLIBC_0_9_32_or_later - -config LIBC_UCLIBC_V_0_9_31 - bool - prompt "0.9.31" - select LIBC_UCLIBC_0_9_30_or_later - -config LIBC_UCLIBC_V_0_9_30_3 - bool - prompt "0.9.30.3" - select LIBC_UCLIBC_0_9_30_or_later - -config LIBC_UCLIBC_V_0_9_30_2 - bool - prompt "0.9.30.2" - select LIBC_UCLIBC_0_9_30_or_later - -config LIBC_UCLIBC_V_0_9_30_1 - bool - prompt "0.9.30.1" - select LIBC_UCLIBC_0_9_30_or_later - -config LIBC_UCLIBC_V_0_9_30 - bool - prompt "0.9.30" - select LIBC_UCLIBC_0_9_30_or_later + select LIBC_UCLIBC_0_9_33_2_or_later config LIBC_UCLIBC_CUSTOM bool prompt "Custom uClibc" depends on EXPERIMENTAL - select LIBC_SUPPORT_THREADS_NATIVE - select LIBC_UCLIBC_0_9_30_or_later + select LIBC_UCLIBC_0_9_33_2_or_later endchoice @@ -102,24 +56,10 @@ config LIBC_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2 - default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1 - default "0.9.33" if LIBC_UCLIBC_V_0_9_33 - default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1 - default "0.9.32" if LIBC_UCLIBC_V_0_9_32 - default "0.9.31" if LIBC_UCLIBC_V_0_9_31 - default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3 - default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2 - default "0.9.30.1" if LIBC_UCLIBC_V_0_9_30_1 - default "0.9.30" if LIBC_UCLIBC_V_0_9_30 - default "custom" if LIBC_UCLIBC_CUSTOM - -config LIBC_UCLIBC_0_9_32_or_later - bool - select LIBC_SUPPORT_THREADS_NATIVE - select LIBC_UCLIBC_0_9_30_or_later -config LIBC_UCLIBC_0_9_30_or_later +config LIBC_UCLIBC_0_9_33_2_or_later bool + select LIBC_SUPPORT_THREADS_NATIVE select LIBC_UCLIBC_PARALLEL config LIBC_UCLIBC_PARALLEL |