From c3b0f8653756bfcf5f5705cc489229a7cebad212 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 13 Nov 2009 02:23:16 +0100 Subject: Toolchain: binutils: remove build of 2.17 and 2.18 as not tested Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/binutils.kconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'kconfig') 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 -- cgit v1.2.3