summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-05 11:01:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-05 11:01:35 +0000
commit90826d83c9ed70722e8d3ff0b6c399ab8d9818b2 (patch)
treea0eac26e26499a4ffaef98b284a9657c9b2b8e6c /toolchain/binutils/Config.in
parente85943d41a4915a7515f92eecf9041642ebb08d9 (diff)
downloadmaster-31e0f0ae-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.tar.gz
master-31e0f0ae-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.tar.bz2
master-31e0f0ae-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.zip
remove binutils 2.17 and 2.19
SVN-Revision: 15619
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r--toolchain/binutils/Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 167ca64f8f..e8fb27543c 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -8,16 +8,9 @@ choice
help
Select the version of binutils you wish to use.
- config BINUTILS_VERSION_2_17
- bool "binutils 2.17"
-
config BINUTILS_VERSION_2_18
bool "binutils 2.18"
- config BINUTILS_VERSION_2_19
- depends !TARGET_avr32
- bool "binutils 2.19"
-
config BINUTILS_VERSION_2_19_1
depends !TARGET_avr32
bool "binutils 2.19.1"
@@ -33,9 +26,7 @@ config EXTRA_BINUTILS_CONFIG_OPTIONS
config BINUTILS_VERSION
string
prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
- default "2.17" if BINUTILS_VERSION_2_17
default "2.18" if BINUTILS_VERSION_2_18
- default "2.19" if BINUTILS_VERSION_2_19
default "2.19.1" if BINUTILS_VERSION_2_19_1
default "2.18" if TARGET_avr32
default "2.18" if TARGET_ppc44x || TARGET_ppc40x