From 14532510402ebb6aac94d1308fff33a6770776ce Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Wed, 28 Sep 2011 15:29:11 +1300 Subject: 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 --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 -- cgit v0.10.2-6-g49f6