toolchain/binutils: remove versions 2.29.1 and 2.31.1
We currently support four versions of binutils in parallel. Let's just keep the latest two and drop the older ones before the next one comes around. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
config BINUTILS_VERSION_2_29_1
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_31_1
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_32
|
||||
bool
|
||||
|
||||
@@ -13,7 +7,5 @@ config BINUTILS_VERSION_2_34
|
||||
|
||||
config BINUTILS_VERSION
|
||||
string
|
||||
default "2.29.1" if BINUTILS_VERSION_2_29_1
|
||||
default "2.31.1" if BINUTILS_VERSION_2_31_1
|
||||
default "2.32" if BINUTILS_VERSION_2_32
|
||||
default "2.34" if BINUTILS_VERSION_2_34
|
||||
|
||||
Reference in New Issue
Block a user