From 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 6 Mar 2016 16:06:23 +0100 Subject: [PATCH] binutils: switch to version 2.25 by default binutils 2.26 has been released, it is time to switch to 2.25 as the default version. Signed-off-by: Thomas Petazzoni Acked-by: Romain Naour Signed-off-by: Peter Korsgaard --- package/binutils/Config.in.host | 2 +- package/binutils/binutils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index a5322839cb..e42918e9fa 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_24_X + default BR2_BINUTILS_VERSION_2_25_X help Select the version of binutils you wish to use. diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 0f75c1d98d..a40fdb7d5c 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.12 else -BINUTILS_VERSION = 2.24 +BINUTILS_VERSION = 2.25 endif endif # BINUTILS_VERSION -- 2.30.2