# HG changeset patch # User Michael Hope # Date 1317176951 -46800 # Node ID 5f7c6eed805de56c0cfd78c67497435e817ed763 # Parent f2495884ca3e89f6c360a63a6e6604da652b8336 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 diff -r f2495884ca3e -r 5f7c6eed805d config/binutils/binutils.in --- a/config/binutils/binutils.in Thu Sep 29 12:40:42 2011 +1300 +++ b/config/binutils/binutils.in Wed Sep 28 15:29:11 2011 +1300 @@ -8,6 +8,12 @@ # 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 @@ 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