[openwrt/openwrt] binutils: Use version 2.29.1 by default

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 12 12:07:25 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/c7ced2f4a496f60ec48d52200af577c41b9e6782

commit c7ced2f4a496f60ec48d52200af577c41b9e6782
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Mar 4 21:04:58 2018 +0100

    binutils: Use version 2.29.1 by default
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 toolchain/binutils/Config.in      | 2 +-
 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 51cd3d8..df80684 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 63a376f..b5bb6a8 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



More information about the lede-commits mailing list