]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
binutils: switch to version 2.25 by default
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Mar 2016 15:06:23 +0000 (16:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Mar 2016 22:08:00 +0000 (23:08 +0100)
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>
package/binutils/Config.in.host
package/binutils/binutils.mk

index a5322839cbde7e17367e362424ecc8b17b03d252..e42918e9fa1c8315dab632b0a510c2977bde2808 100644 (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.
 
index 0f75c1d98d8a07b3297e551ba8407ded605e3b0b..a40fdb7d5c863b9a84311561bd10129a909d6033 100644 (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