diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-03-07 08:43:52 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-03-07 10:38:41 +0100 |
commit | b3b0a25ee8cf5f508f06822d53af0b60e3116d8a (patch) | |
tree | 5ab127bcbe44e2fa8d185d77b59dfde23f0fda1d /toolchain/binutils/Config.version | |
parent | 759149977ea9794bcb928500680fa9462ad74394 (diff) | |
download | upstream-b3b0a25ee8cf5f508f06822d53af0b60e3116d8a.tar.gz upstream-b3b0a25ee8cf5f508f06822d53af0b60e3116d8a.tar.bz2 upstream-b3b0a25ee8cf5f508f06822d53af0b60e3116d8a.zip |
toolchain/binutils: remove old versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r-- | toolchain/binutils/Config.version | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index db727b78bc..4c2dce176f 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -1,14 +1,3 @@ -config BINUTILS_VERSION_2_32 - bool - -config BINUTILS_VERSION_2_34 - bool - -config BINUTILS_VERSION_2_35_2 - bool - -config BINUTILS_VERSION_2_36_1 - bool config BINUTILS_VERSION_2_37 default y if !TOOLCHAINOPTS @@ -16,8 +5,4 @@ config BINUTILS_VERSION_2_37 config BINUTILS_VERSION string - default "2.32" if BINUTILS_VERSION_2_32 - default "2.34" if BINUTILS_VERSION_2_34 - default "2.35.2" if BINUTILS_VERSION_2_35_2 - default "2.36.1" if BINUTILS_VERSION_2_36_1 default "2.37" if BINUTILS_VERSION_2_37 |