summaryrefslogtreecommitdiff
path: root/kconfig/binutils.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/binutils.kconfig')
-rw-r--r--kconfig/binutils.kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/kconfig/binutils.kconfig b/kconfig/binutils.kconfig
index 60b95e3..013339a 100644
--- a/kconfig/binutils.kconfig
+++ b/kconfig/binutils.kconfig
@@ -24,7 +24,7 @@
choice
prompt "Version of binutils you wish"
- default EMBTK_BINUTILS_VERSION_2_19_1
+ default EMBTK_BINUTILS_VERSION_2_20
help
Here you can choose which version on binutils your toochain
will use.
@@ -33,10 +33,7 @@ choice
config EMBTK_BINUTILS_VERSION_2_19_1
bool "binutils-2.19.1"
select EMBTK_BINUTILS_NEED_PATCH
- config EMBTK_BINUTILS_VERSION_2_18
- bool "binutils-2.18"
- config EMBTK_BINUTILS_VERSION_2_17
- bool "binutils-2.17"
+
endchoice
config EMBTK_BINUTILS_NEED_PATCH
@@ -46,6 +43,4 @@ config EMBTK_BINUTILS_VERSION_STRING
string
default "2.20" if EMBTK_BINUTILS_VERSION_2_20
default "2.19.1" if EMBTK_BINUTILS_VERSION_2_19_1
- default "2.18" if EMBTK_BINUTILS_VERSION_2_18
- default "2.17" if EMBTK_BINUTILS_VERSION_2_17