summaryrefslogtreecommitdiff
path: root/config/binutils
diff options
context:
space:
mode:
authorMichael Hope <michael.hope@linaro.org>2011-09-28 02:29:11 (GMT)
committerMichael Hope <michael.hope@linaro.org>2011-09-28 02:29:11 (GMT)
commit14532510402ebb6aac94d1308fff33a6770776ce (patch)
tree74d97c7024cc9ca26d83882783d59dff28be47f0 /config/binutils
parent1c0488792d245101ceb4efca2223574c44fd0e67 (diff)
binutils/binutils: added 2.21.53 snapshot
binutils 2.21 doesn't recognise the Cortex-M3 SVC instruction when assembling with -mcpu=all. This was fixed by the 2.21.53 snapshot and is needed to build RTOSs such as FreeRTOS. Signed-off-by: Michael Hope <michael.hope@linaro.org>
Diffstat (limited to 'config/binutils')
-rw-r--r--config/binutils/binutils.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index fc914bc..6625710 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -8,6 +8,12 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config BINUTILS_V_2_21_53
+ bool
+ prompt "2.21.53 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select BINUTILS_2_21_or_later
+
config BINUTILS_V_2_21_1a
bool
prompt "2.21.1a"
@@ -44,6 +50,7 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.21.53" if BINUTILS_V_2_21_53
default "2.21.1a" if BINUTILS_V_2_21_1a
default "2.20.1a" if BINUTILS_V_2_20_1a
default "2.19.1a" if BINUTILS_V_2_19_1a