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>
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.
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2015.12
else
-BINUTILS_VERSION = 2.24
+BINUTILS_VERSION = 2.25
endif
endif # BINUTILS_VERSION