diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-02-24 21:34:47 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-01 22:37:51 +0100 |
commit | a75eeddd7cc03f62fdb23c48e09a407867d1cf6b (patch) | |
tree | d01bece6d3572cc29da100de88bb920d0dba227b /Config.in.legacy | |
parent | cde6634a29db52d535311afa9f04e263e2fd2ed3 (diff) | |
download | buildroot-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 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 20445b8a17..4962b92490 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -143,6 +143,16 @@ comment "----------------------------------------------------" endif ############################################################################### +comment "Legacy options removed in 2017.05" + +config BR2_GLIBC_VERSION_2_22 + bool "glibc 2.22 removed" + select BR2_LEGACY + help + Support for glibc version 2.22 has been removed. The current + default version has been selected instead. + +############################################################################### comment "Legacy options removed in 2017.02" config BR2_PACKAGE_PERL_DB_FILE |