diff options
author | Michael Hope <michael.hope@linaro.org> | 2011-09-28 15:29:11 +1300 |
---|---|---|
committer | Michael Hope <michael.hope@linaro.org> | 2011-09-28 15:29:11 +1300 |
commit | 14532510402ebb6aac94d1308fff33a6770776ce (patch) | |
tree | 74d97c7024cc9ca26d83882783d59dff28be47f0 /config/binutils | |
parent | 1c0488792d245101ceb4efca2223574c44fd0e67 (diff) | |
download | crosstool-ng-14532510402ebb6aac94d1308fff33a6770776ce.tar.gz crosstool-ng-14532510402ebb6aac94d1308fff33a6770776ce.tar.bz2 crosstool-ng-14532510402ebb6aac94d1308fff33a6770776ce.zip |
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.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index fc914bc0..66257102 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 |