toolchain: binutils: Use version 2.34 by default

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>
master
Hauke Mehrtens 4 years ago
parent 64de3076c3
commit 54124e1e1c

@ -2,8 +2,7 @@
choice choice
prompt "Binutils Version" if TOOLCHAINOPTS prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_31_1 if !arc default BINUTILS_USE_VERSION_2_34
default BINUTILS_USE_VERSION_2_32 if arc
help help
Select the version of binutils you wish to use. Select the version of binutils you wish to use.

@ -2,15 +2,13 @@ config BINUTILS_VERSION_2_29_1
bool bool
config BINUTILS_VERSION_2_31_1 config BINUTILS_VERSION_2_31_1
default y if (!TOOLCHAINOPTS && !arc)
bool bool
config BINUTILS_VERSION_2_32 config BINUTILS_VERSION_2_32
default y if (!TOOLCHAINOPTS && arc)
bool bool
config BINUTILS_VERSION_2_34 config BINUTILS_VERSION_2_34
default y if (!TOOLCHAINOPTS && arc) default y if !TOOLCHAINOPTS
bool bool
config BINUTILS_VERSION config BINUTILS_VERSION

Loading…
Cancel
Save