aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.version
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-07-20 20:29:47 +0200
committerJohn Crispin <john@phrozen.org>2018-07-30 10:35:11 +0200
commita93b6edfec1482b58be4623d999ca69458d432ea (patch)
tree9c7f427cf10f47af55cbdd8745a215e191c0bf2a /toolchain/binutils/Config.version
parent091e915d994ff77a2677266e9e8cc831a7091deb (diff)
downloadupstream-a93b6edfec1482b58be4623d999ca69458d432ea.tar.gz
upstream-a93b6edfec1482b58be4623d999ca69458d432ea.tar.bz2
upstream-a93b6edfec1482b58be4623d999ca69458d432ea.zip
toolchain/binutils: Add binutils 2.31.1
Add binutils 2.31.1 to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r--toolchain/binutils/Config.version4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index 95a99069a5..5df52de477 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -9,8 +9,12 @@ config BINUTILS_VERSION_2_30
default y if (!TOOLCHAINOPTS && !arc)
bool
+config BINUTILS_VERSION_2_31_1
+ bool
+
config BINUTILS_VERSION
string
default "2.29.1" if BINUTILS_VERSION_2_29_1
default "2.30" if BINUTILS_VERSION_2_30
+ default "2.31.1" if BINUTILS_VERSION_2_31_1
default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC