summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-05 19:14:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-05 19:14:21 +0000
commit720ea3b46dcf91fed202073a47b3109439126465 (patch)
treee6c2e6b5fffa72b5b945a319335c938265641199
parent47911063148e4e28558b12b922df6c2ec46b0e8b (diff)
downloadnuttx-720ea3b46dcf91fed202073a47b3109439126465.tar.gz
nuttx-720ea3b46dcf91fed202073a47b3109439126465.tar.bz2
nuttx-720ea3b46dcf91fed202073a47b3109439126465.zip
Add binutils 2.19
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1458 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/buildroot/toolchain/binutils/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in
index efcc0ed86..56571a3e6 100644
--- a/misc/buildroot/toolchain/binutils/Config.in
+++ b/misc/buildroot/toolchain/binutils/Config.in
@@ -4,7 +4,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_16_91_0_7
+ default BR2_BINUTILS_VERSION_2_19
help
Select the version of binutils you wish to use.
@@ -80,6 +80,10 @@ choice
depends !BR2_nios2
bool "binutils 2.17.50.0.10"
+ config BR2_BINUTILS_VERSION_2_19
+ depends !BR2_avr32 && !BR2_nios2
+ bool "binutils 2.19"
+
endchoice
config BR2_BINUTILS_VERSION
@@ -102,6 +106,7 @@ config BR2_BINUTILS_VERSION
default "2.17.50.0.8" if BR2_BINUTILS_VERSION_2_17_50_0_8
default "2.17.50.0.9" if BR2_BINUTILS_VERSION_2_17_50_0_9
default "2.17.50.0.10" if BR2_BINUTILS_VERSION_2_17_50_0_10
+ default "2.19" if BR2_BINUTILS_VERSION_2_19
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
string "Additional binutils options"