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 <thomas.petazzoni@free-electrons.com>
Acked-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2016-03-06 16:06:23 +01:00 committed by Peter Korsgaard
parent 9900571b1d
commit 5eb37d6adc
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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