diff mbox

[02/10] binutils: switch mips/mipsel/sh to binutils 2.21.1 by default

Message ID 1404237789-15563-3-git-send-email-thomas.petazzoni@free-electrons.com
State Superseded
Headers show

Commit Message

Thomas Petazzoni July 1, 2014, 6:03 p.m. UTC
For some reason, mips, mipsel and sh use binutils 2.21 as their
default version. Even though it would be nice to bump that to a much
newer version, we can safely assume that we can bump the default
version for those architecture to 2.21.1, which will allow the removal
of binutils 2.21.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/binutils/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 10, 2014, 12:42 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > For some reason, mips, mipsel and sh use binutils 2.21 as their
 > default version. Even though it would be nice to bump that to a much
 > newer version, we can safely assume that we can bump the default
 > version for those architecture to 2.21.1, which will allow the removal
 > of binutils 2.21.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

This is obsoleted by the patches moving mips and sh to the default
version, so I've marked this as superseeded in pw.
diff mbox

Patch

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 08540a3..acb3933 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -3,7 +3,7 @@  comment "Binutils Options"
 choice
 	prompt "Binutils Version"
 	depends on !BR2_arc
-	default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
+	default BR2_BINUTILS_VERSION_2_21_1 if (BR2_mips || BR2_mipsel || BR2_sh)
 	default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
 	default BR2_BINUTILS_VERSION_2_22
 	help