diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-04 21:04:58 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-03-12 20:04:45 +0100 |
commit | c7ced2f4a496f60ec48d52200af577c41b9e6782 (patch) | |
tree | 6b9e6a5b26e12180d7aadb6dd9e06e31dabe0eaf | |
parent | 092d75aa3e86db8331fffdbd0a99987df9dc438b (diff) | |
download | upstream-c7ced2f4a496f60ec48d52200af577c41b9e6782.tar.gz upstream-c7ced2f4a496f60ec48d52200af577c41b9e6782.tar.bz2 upstream-c7ced2f4a496f60ec48d52200af577c41b9e6782.zip |
binutils: Use version 2.29.1 by default
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | toolchain/binutils/Config.in | 2 | ||||
-rw-r--r-- | toolchain/binutils/Config.version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 51cd3d8df0..df80684e62 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -2,7 +2,7 @@ choice prompt "Binutils Version" if TOOLCHAINOPTS - default BINUTILS_USE_VERSION_2_28 if !arc + default BINUTILS_USE_VERSION_2_29_1 if !arc default BINUTILS_USE_VERSION_2_29_ARC if arc help Select the version of binutils you wish to use. diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 63a376f83d..b5bb6a8e49 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27 bool config BINUTILS_VERSION_2_28 - default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION_2_29_ARC @@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC bool config BINUTILS_VERSION_2_29_1 + default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION_2_30 |