summaryrefslogtreecommitdiffstats
path: root/package/glibc/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2017-02-24 21:34:47 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-01 22:37:51 +0100
commita75eeddd7cc03f62fdb23c48e09a407867d1cf6b (patch)
treed01bece6d3572cc29da100de88bb920d0dba227b /package/glibc/Config.in
parentcde6634a29db52d535311afa9f04e263e2fd2ed3 (diff)
downloadbuildroot-a75eeddd7cc03f62fdb23c48e09a407867d1cf6b.tar.gz
buildroot-a75eeddd7cc03f62fdb23c48e09a407867d1cf6b.zip
glibc: drop version 2.22
We don't want a dozen glibc versions and there's no particular reason to keep this old version around so drop it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: add entry to Config.in.legacy.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r--package/glibc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index f92cdf3667..115388e32c 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -10,11 +10,6 @@ choice
prompt "glibc version"
default BR2_GLIBC_VERSION_2_24
-config BR2_GLIBC_VERSION_2_22
- bool "2.22"
- # Too old to build with gcc >= 6.x
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
-
config BR2_GLIBC_VERSION_2_23
bool "2.23"
@@ -37,7 +32,6 @@ endif
config BR2_GLIBC_VERSION_STRING
string
- default "2.22" if BR2_GLIBC_VERSION_2_22
default "2.23" if BR2_GLIBC_VERSION_2_23
default "2.24" if BR2_GLIBC_VERSION_2_24
default "2.25" if BR2_GLIBC_VERSION_2_25
OpenPOWER on IntegriCloud