aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-07-17 22:53:11 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-07-24 00:34:09 +0200
commit54124e1e1cd6a371057626c559e9cc718d24a46d (patch)
treeae5e21c826a3e94340270780d210d71cf7859adb /toolchain/binutils/Config.in
parent64de3076c3cc79bf77cda79bf539fad29016410e (diff)
downloadupstream-54124e1e1cd6a371057626c559e9cc718d24a46d.tar.gz
upstream-54124e1e1cd6a371057626c559e9cc718d24a46d.tar.bz2
upstream-54124e1e1cd6a371057626c559e9cc718d24a46d.zip
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>
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r--toolchain/binutils/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 4ae0b57572..e9b2d30422 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -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.