Explorar o código

binutils: bump the default target version of binutils

When binutils for the host is not built (which is the case when an
external toolchain is used), the version of binutils used is 2.21,
which is quite old. Since we have bumped to 2.22 as the default
version for the host binutils, let's do the same for the target
binutils.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thomas Petazzoni %!s(int64=10) %!d(string=hai) anos
pai
achega
21a60216e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/binutils/binutils.mk

+ 1 - 1
package/binutils/binutils.mk

@@ -12,7 +12,7 @@ ifeq ($(BR2_avr32),y)
 # avr32 uses a special version
 BINUTILS_VERSION = 2.18-avr32-1.0.1
 else
-BINUTILS_VERSION = 2.21
+BINUTILS_VERSION = 2.22
 endif
 endif