summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-04 20:53:15 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-04 20:53:15 +0100
commitfdc8e6b915c4f084c56382bb78b8ed92daf7c774 (patch)
treed164b157f658e119bfed706044e77ad0cd946afc /toolchain
parentacc75665e54bc505f46a4f8ce09c0c6634f74b91 (diff)
downloadbuildroot-novena-fdc8e6b915c4f084c56382bb78b8ed92daf7c774.tar.gz
buildroot-novena-fdc8e6b915c4f084c56382bb78b8ed92daf7c774.zip
binutils: default to 2.20, mark 2.19 as deprecated
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index a97f04d13..0ca2786d9 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -4,7 +4,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_19_1
+ default BR2_BINUTILS_VERSION_2_20
help
Select the version of binutils you wish to use.
@@ -51,11 +51,12 @@ choice
config BR2_BINUTILS_VERSION_2_19
depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_DEPRECATED
bool "binutils 2.19"
config BR2_BINUTILS_VERSION_2_19_1
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED || BR2_RECENT
bool "binutils 2.19.1"
config BR2_BINUTILS_VERSION_2_20