diff mbox

[2/2] glibc: bump default to version 2.22

Message ID 1455888754-10726-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 35e19d4f3fd3d40acdbe6fc2cdac7abf13aedb08
Headers show

Commit Message

Gustavo Zacarias Feb. 19, 2016, 1:32 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/glibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Feb. 19, 2016, 3:34 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed to next, thanks.
Gustavo Zacarias Feb. 19, 2016, 3:44 p.m. UTC | #2
On 19/02/16 12:34, Peter Korsgaard wrote:

>>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
>
>   > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>
> Committed to next, thanks.

Hi.
Big general question for everyone, we now have 3 versions of glibc (not 
counting eglibc).
The only reason for keeping 2.21 is sparc (< v9) support, which i think 
doesn't make sense.
The case for eglibc is somewhat similar, it's support for SPE FPU (e500*).
Both are covered by uclibc so i think we could retire them.
Regards.
Thomas Petazzoni Feb. 19, 2016, 4:44 p.m. UTC | #3
Hello,

On Fri, 19 Feb 2016 12:44:18 -0300, Gustavo Zacarias wrote:

> Big general question for everyone, we now have 3 versions of glibc (not 
> counting eglibc).
> The only reason for keeping 2.21 is sparc (< v9) support, which i think 
> doesn't make sense.
> The case for eglibc is somewhat similar, it's support for SPE FPU (e500*).
> Both are covered by uclibc so i think we could retire them.

Agreed. If glibc no longer supports sparc < v9 and doesn't support SPE
FPUs, then it's an upstream issue, and we shouldn't keep old stuff
around because of this. People interested by those features should get
involve with upstream.

So: +1 to remove eglibc, and get rid of glibc 2.21, to keep only 2.22
and 2.23.

Thanks!

Thomas
diff mbox

Patch

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index d8f54b6..f839e29 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -32,7 +32,7 @@  config BR2_PACKAGE_GLIBC
 
 choice
 	prompt "glibc version"
-	default BR2_GLIBC_VERSION_2_21
+	default BR2_GLIBC_VERSION_2_22
 
 config BR2_GLIBC_VERSION_2_21
 	bool "2.21"