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:
committed by
Hauke Mehrtens
parent
93b984b78a
commit
a0dfab220d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user