diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-04 12:18:52 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-04 12:18:52 -0800 |
commit | 344d324d190158ffdab50657ff6cd81b38d2da5e (patch) | |
tree | d315b646be50649940ba938bc9ce65e3fdf41e92 /config/libc | |
parent | 10073494569bc54b1798e15f6c26be23c1284640 (diff) | |
download | crosstool-ng-344d324d190158ffdab50657ff6cd81b38d2da5e.tar.gz crosstool-ng-344d324d190158ffdab50657ff6cd81b38d2da5e.tar.bz2 crosstool-ng-344d324d190158ffdab50657ff6cd81b38d2da5e.zip |
Obsolete uClibc 0.9.33.2
It has not seen any new commits since July 2015, and haven't had any
releases since May 2012.
The only two architectures marked as supported by uClibc but not by
uClibc-ng are v850 and i960. Both are marked as "BROKEN" in the most
recent release of uClibc, 0.9.33.2.
RIP, uClibc.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 219426a0..e830662c 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -35,7 +35,8 @@ choice prompt "uClibc Version Name" config LIBC_UCLIBC_CUSTOM_UCLIBC - bool "uClibc" + bool "uClibc (OBSOLETE)" + depends on OBSOLETE select LIBC_UCLIBC_0_9_33_2_or_later config LIBC_UCLIBC_CUSTOM_UCLIBC_NG @@ -100,7 +101,8 @@ config LIBC_UCLIBC_NG_V_1_0_20 config LIBC_UCLIBC_V_0_9_33_2 bool - prompt "0.9.33.2" + prompt "0.9.33.2 (OBSOLETE)" + depends on OBSOLETE select LIBC_UCLIBC_0_9_33_2_or_later endchoice |