summaryrefslogtreecommitdiffstats
path: root/package/glibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r--package/glibc/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index f839e29269..0565162433 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -34,9 +34,6 @@ choice
prompt "glibc version"
default BR2_GLIBC_VERSION_2_22
-config BR2_GLIBC_VERSION_2_21
- bool "2.21"
-
config BR2_GLIBC_VERSION_2_22
bool "2.22"
# No support for pthread barriers on < v9 ISA
@@ -55,6 +52,5 @@ config BR2_GLIBC_VERSION_STRING
string
default "2.18-svnr23787" if BR2_EGLIBC_VERSION_2_18
default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19
- default "2.21" if BR2_GLIBC_VERSION_2_21
default "2.22" if BR2_GLIBC_VERSION_2_22
default "2.23" if BR2_GLIBC_VERSION_2_23
OpenPOWER on IntegriCloud