diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-17 22:53:11 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-24 00:34:09 +0200 |
commit | 54124e1e1cd6a371057626c559e9cc718d24a46d (patch) | |
tree | ae5e21c826a3e94340270780d210d71cf7859adb /toolchain/binutils/Config.version | |
parent | 64de3076c3cc79bf77cda79bf539fad29016410e (diff) | |
download | upstream-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.version')
-rw-r--r-- | toolchain/binutils/Config.version | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 7c3519680d..e7924f89c3 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -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 |