[Buildroot] [git commit branch/next] binutils: use binutils 2.24 by default on the target

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:57:37 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=cc8d59ad4eac7b1e16ed21846415b3d79adbec99
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

When binutils is not built for the host, binutils.mk decides of the
version to be used when building binutils for the target. We're still
using the old 2.22 binutils version, but it's time to bump up to 2.24,
which we already use as the default version for the host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/binutils/binutils.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 4ce11da..009a900 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2015.06-rc1
 else
-BINUTILS_VERSION = 2.22
+BINUTILS_VERSION = 2.24
 endif
 endif # BINUTILS_VERSION
 


More information about the buildroot mailing list