summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-13 02:23:16 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-13 02:23:16 +0100
commitc3b0f8653756bfcf5f5705cc489229a7cebad212 (patch)
treebd01742cd8d79b610abc3a831cd3208c745568e0
parent7e93b75ac15ed2b9dab64f0f052f1229b4a9e82f (diff)
downloadembtoolkit-c3b0f8653756bfcf5f5705cc489229a7cebad212.tar.gz
embtoolkit-c3b0f8653756bfcf5f5705cc489229a7cebad212.tar.bz2
embtoolkit-c3b0f8653756bfcf5f5705cc489229a7cebad212.tar.xz
Toolchain: binutils: remove build of 2.17 and 2.18 as not tested
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-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