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:
Adrian Schmutzler
2020-07-29 17:26:08 +02:00
parent 50413e1ec8
commit d168f14042
12 changed files with 0 additions and 496 deletions

View File

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