From 348c3af966da52db55c20b37222e6f95de2627a4 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 11 Sep 2013 13:18:23 +0000 Subject: add support for Linaro binutils 2.23.2-2013.06 Signed-off-by: Imre Kaloz SVN-Revision: 37944 --- toolchain/binutils/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/binutils/Config.in') diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 03e9b811f5..e2d0d20be6 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -19,6 +19,10 @@ choice depends on !avr32 || (avr32 && BROKEN) bool "binutils 2.23.1" + config BINUTILS_VERSION_LINARO + depends on !avr32 || (avr32 && BROKEN) + bool "Linaro binutils 2.23.2" + endchoice config EXTRA_BINUTILS_CONFIG_OPTIONS @@ -34,5 +38,6 @@ config BINUTILS_VERSION default "2.20.1" if BINUTILS_VERSION_2_20_1 default "2.22" if BINUTILS_VERSION_2_22 default "2.23.1" if BINUTILS_VERSION_2_23_1 + default "linaro" if BINUTILS_VERSION_LINARO default "2.20.1" if avr32 default "2.22" -- cgit v1.2.3