aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.version
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-11-09 00:36:21 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-02-17 19:22:39 +0100
commita0dfab220d969d4009b0b116a6f60d582f609b1a (patch)
tree1cbb12c7e13d4aff45ca218a8176c45f72a59643 /toolchain/binutils/Config.version
parent93b984b78a2da34b353602570582c2c06d0979ff (diff)
downloadupstream-a0dfab220d969d4009b0b116a6f60d582f609b1a.tar.gz
upstream-a0dfab220d969d4009b0b116a6f60d582f609b1a.tar.bz2
upstream-a0dfab220d969d4009b0b116a6f60d582f609b1a.zip
toolchain/binutils: Remove 2.30
Remove binutils 2.30 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, 0 insertions, 4 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index fc024676d1..08977b95bb 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -5,9 +5,6 @@ config BINUTILS_VERSION_2_29_ARC
config BINUTILS_VERSION_2_29_1
bool
-config BINUTILS_VERSION_2_30
- bool
-
config BINUTILS_VERSION_2_31_1
default y if (!TOOLCHAINOPTS && !arc)
bool
@@ -15,6 +12,5 @@ config BINUTILS_VERSION_2_31_1
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