summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.version
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r--toolchain/binutils/Config.version16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index 98605f469a..f616cddc2a 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -1,19 +1,7 @@
-config BINUTILS_VERSION_2_37
- bool
-
-config BINUTILS_VERSION_2_38
- bool
-
-config BINUTILS_VERSION_2_39
- bool
-
config BINUTILS_VERSION_2_40
bool
-config BINUTILS_VERSION_2_41
- bool
-
config BINUTILS_VERSION_2_42
default y if !TOOLCHAINOPTS
bool
@@ -23,10 +11,6 @@ config BINUTILS_VERSION_2_43
config BINUTILS_VERSION
string
- default "2.37" if BINUTILS_VERSION_2_37
- default "2.38" if BINUTILS_VERSION_2_38
- default "2.39" if BINUTILS_VERSION_2_39
default "2.40" if BINUTILS_VERSION_2_40
- default "2.41" if BINUTILS_VERSION_2_41
default "2.42" if BINUTILS_VERSION_2_42
default "2.43.1" if BINUTILS_VERSION_2_43