summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-15 21:56:20 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-15 21:56:20 +0200
commit2c9fd5e4c1d12119f2668d6aef80fcd8eb716ac1 (patch)
tree33602a98e8005ec2b476877f852437efe11791c3 /kconfig
parent425936bc20421739d7e5b4f374f44569c017da70 (diff)
downloadembtoolkit-2c9fd5e4c1d12119f2668d6aef80fcd8eb716ac1.tar.gz
embtoolkit-2c9fd5e4c1d12119f2668d6aef80fcd8eb716ac1.tar.bz2
embtoolkit-2c9fd5e4c1d12119f2668d6aef80fcd8eb716ac1.tar.xz
Toolchain: binutils: remove support of versions older than binutils-2.21.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/binutils.kconfig16
1 files changed, 1 insertions, 15 deletions
diff --git a/kconfig/binutils.kconfig b/kconfig/binutils.kconfig
index 0665fe6..7aebeac 100644
--- a/kconfig/binutils.kconfig
+++ b/kconfig/binutils.kconfig
@@ -40,14 +40,6 @@ choice
config EMBTK_BINUTILS_VERSION_2_21_1
bool "binutils-2.21.1"
select EMBTK_BINUTILS_NEED_PATCH
- config EMBTK_BINUTILS_VERSION_2_20_1
- bool "binutils-2.20.1"
- config EMBTK_BINUTILS_VERSION_2_20
- bool "binutils-2.20"
- depends on EMBTK_OLDPACKAGES
- config EMBTK_BINUTILS_VERSION_2_19_1
- bool "binutils-2.19.1"
- select EMBTK_BINUTILS_NEED_PATCH
config EMBTK_BINUTILS_VERSION_GIT
bool "Use binutils git repository"
help
@@ -83,15 +75,9 @@ config EMBTK_BINUTILS_VERSION_STRING
string
default "2.22" if EMBTK_BINUTILS_VERSION_2_22
default "2.21.1" if EMBTK_BINUTILS_VERSION_2_21_1
- default "2.20.1" if EMBTK_BINUTILS_VERSION_2_20_1
- default "2.20" if EMBTK_BINUTILS_VERSION_2_20
- default "2.19.1" if EMBTK_BINUTILS_VERSION_2_19_1
+
config EMBTK_BINUTILS_NEED_PATCH
bool
config EMBTK_BINUTILS_NEED_AUTORECONF
bool
-config EMBTK_BINUTILS_PKG_IS_TARGZ
- bool
-config EMBTK_BINUTILS_PKG_IS_TARBZ2
- bool