diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-22 15:50:18 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-26 12:19:49 -0800 |
commit | 23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1 (patch) | |
tree | b7ebe1fdac5a53bc48ffa75de799b0186bea1d13 /config/libc/glibc.in | |
parent | dedee847056ea71cee17b683ef379f00a6debab1 (diff) | |
download | crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.tar.gz crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.tar.bz2 crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.zip |
Declare older versions obsolete.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 3ab88e98..d6bd013b 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -83,32 +83,38 @@ config LIBC_GLIBC_V_2_23 config LIBC_GLIBC_V_2_22 bool - prompt "2.22" + prompt "2.22 (OBSOLETE)" select LIBC_GLIBC_2_20_or_later + depends on OBSOLETE config LIBC_GLIBC_V_2_21 bool - prompt "2.21" + prompt "2.21 (OBSOLETE)" select LIBC_GLIBC_2_20_or_later + depends on OBSOLETE config LIBC_GLIBC_LINARO_V_2_20 bool - prompt "Linaro 2.20-2014.11" + prompt "Linaro 2.20-2014.11 (OBSOLETE)" select LIBC_GLIBC_2_20_or_later depends on CC_GLIBC_SHOW_LINARO + depends on OBSOLETE config LIBC_GLIBC_V_2_20 bool - prompt "2.20" + prompt "2.20 (OBSOLETE)" select LIBC_GLIBC_2_20_or_later + depends on OBSOLETE config LIBC_GLIBC_V_2_19 bool - prompt "2.19" + prompt "2.19 (OBSOLETE)" + depends on OBSOLETE config LIBC_GLIBC_V_2_18 bool - prompt "2.18" + prompt "2.18 (OBSOLETE)" + depends on OBSOLETE endchoice |