summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-29 11:13:11 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-29 11:13:11 +0100
commitd0af6badfdb07ae98c5852576cc27ef61f2948d6 (patch)
treef5a54d87af9646388e51577d566deb645e95722c /kconfig
parent463d03f3e8dda0dceb86812df475a43787b5d166 (diff)
downloadembtoolkit-d0af6badfdb07ae98c5852576cc27ef61f2948d6.tar.gz
embtoolkit-d0af6badfdb07ae98c5852576cc27ef61f2948d6.tar.bz2
embtoolkit-d0af6badfdb07ae98c5852576cc27ef61f2948d6.tar.xz
Toolchain: binutils: remove v2.21.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/binutils.kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/kconfig/binutils.kconfig b/kconfig/binutils.kconfig
index c9c7fa5..5c1dba2 100644
--- a/kconfig/binutils.kconfig
+++ b/kconfig/binutils.kconfig
@@ -39,9 +39,6 @@ choice
config EMBTK_BINUTILS_VERSION_2_22
bool "binutils-2.22"
select EMBTK_BINUTILS_NEED_PATCH
- config EMBTK_BINUTILS_VERSION_2_21_1
- bool "binutils-2.21.1"
- select EMBTK_BINUTILS_NEED_PATCH
config EMBTK_BINUTILS_VERSION_GIT
bool "Use binutils git repository"
help
@@ -77,8 +74,6 @@ config EMBTK_BINUTILS_VERSION_STRING
string
default "2.23.2" if EMBTK_BINUTILS_VERSION_2_23_2
default "2.22" if EMBTK_BINUTILS_VERSION_2_22
- default "2.21.1" if EMBTK_BINUTILS_VERSION_2_21_1
-
config EMBTK_BINUTILS_NEED_PATCH
bool