From 6af0facb4e0a99beae449d635ff2c5c9ce3a557c Mon Sep 17 00:00:00 2001
From: Daniel Engberg <daniel.engberg.lists@pyret.net>
Date: Sun, 14 May 2017 13:47:45 +0200
Subject: toolchain/binutils: Set 2.28 as default version

Use 2.28 by default

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
---
 toolchain/binutils/Config.in      | 2 +-
 toolchain/binutils/Config.version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'toolchain')

diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 318a13804f..61529c2f1e 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_27 if !arc
+	default BINUTILS_USE_VERSION_2_28 if !arc
 	default BINUTILS_USE_VERSION_2_27_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 8a166e1aa3..e85c6d7e11 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -1,8 +1,8 @@
 config BINUTILS_VERSION_2_27
-	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_28
+	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_27_ARC
-- 
cgit v1.2.3