summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 17:21:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 17:21:30 +0000
commitaefffe167d432b190c630ad61316a1562df38331 (patch)
tree70e1c4bd7f795d28db36d5e0a34e9bc74d74679a /misc/buildroot/toolchain/binutils/Config.in
parent4c27a20a6d850a995eac861f07c0ce6ae24aacff (diff)
downloadnuttx-aefffe167d432b190c630ad61316a1562df38331.tar.gz
nuttx-aefffe167d432b190c630ad61316a1562df38331.tar.bz2
nuttx-aefffe167d432b190c630ad61316a1562df38331.zip
Add 4.5.2 ARM fixes contributed by Gerd v. Egidy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4578 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/binutils/Config.in')
-rw-r--r--misc/buildroot/toolchain/binutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in
index a51d280cf..d1e674ba5 100644
--- a/misc/buildroot/toolchain/binutils/Config.in
+++ b/misc/buildroot/toolchain/binutils/Config.in
@@ -27,9 +27,9 @@ choice
depends !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
bool "binutils 2.19.1"
- config BR2_BINUTILS_VERSION_2_21
+ config BR2_BINUTILS_VERSION_2_21_1
depends !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
- bool "binutils 2.21"
+ bool "binutils 2.21.1"
endchoice
config BR2_BINUTILS_VERSION
@@ -38,7 +38,7 @@ config BR2_BINUTILS_VERSION
default "2.18" if BR2_BINUTILS_VERSION_2_18
default "2.19" if BR2_BINUTILS_VERSION_2_19
default "2.19.1" if BR2_BINUTILS_VERSION_2_19_1
- default "2.21" if BR2_BINUTILS_VERSION_2_21
+ default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
string "Additional binutils options"