[source] toolchain/binutils: Switch to 2.27 as default version

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 7 08:18:42 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/36cca3e4369ea35b528b7bec91fde049e8f476cc

commit 36cca3e4369ea35b528b7bec91fde049e8f476cc
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Sun Jan 29 08:30:56 2017 +0100

    toolchain/binutils: Switch to 2.27 as default version
    
    Use 2.27 as default which is the current relese.
    Makes it easier to get support and submit patches upstream if needed.
    
    Tested on ar71xx, mt7621, kirkwood (arm)
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 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 9e535c4..5a22693 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_25_1 if !arc
+	default BINUTILS_USE_VERSION_2_27 if !arc
 	default BINUTILS_USE_VERSION_2_26_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 5ef8df6..21fd2cb 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -1,8 +1,8 @@
 config BINUTILS_VERSION_2_25_1
-	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_27
+	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_26_ARC



More information about the lede-commits mailing list