2
0
forked from Ivasoft/openwrt

toolchain/binutils: Remove 2.30

Remove binutils 2.30

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2018-11-09 00:36:21 +01:00
committed by Hauke Mehrtens
parent 93b984b78a
commit a0dfab220d
8 changed files with 0 additions and 222 deletions

View File

@@ -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