toolchain: binutils: Use version 2.34 by default
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 17 Jul 2020 20:53:11 +0000 (22:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 23 Jul 2020 22:34:09 +0000 (00:34 +0200)
Switch to binutils version 2.34 for all CPUs by default. The ARC CPUs
do not need any special binutils version any more.

This increases the image size by 0.2% on MIPS (lantiq)

Tested on lantiq, ipq40xx

Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 4ae0b5757235e4a981a811b37b96f639bfb13078..e9b2d30422939cc7406b05b62a97d45a2f50ff1b 100644 (file)
@@ -2,8 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_31_1 if !arc
-       default BINUTILS_USE_VERSION_2_32 if arc
+       default BINUTILS_USE_VERSION_2_34
        help
          Select the version of binutils you wish to use.
 
index 7c3519680d10fedb533b92a4a7e3b2f89c6a9f9b..e7924f89c37802f26bee27edcad376b6e663bd7b 100644 (file)
@@ -2,15 +2,13 @@ config BINUTILS_VERSION_2_29_1
        bool
 
 config BINUTILS_VERSION_2_31_1
-       default y if (!TOOLCHAINOPTS && !arc)
        bool
 
 config BINUTILS_VERSION_2_32
-       default y if (!TOOLCHAINOPTS && arc)
        bool
 
 config BINUTILS_VERSION_2_34
-       default y if (!TOOLCHAINOPTS && arc)
+       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION