From 57be27f340588b609c374510d1114f054ac53274 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 18 Feb 2011 09:52:19 +0000 Subject: add binutils 2.21 SVN-Revision: 25567 --- 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 be06059033..207b2a05ac 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -14,6 +14,10 @@ choice depends !ubicom32 bool "binutils 2.20.1" + config BINUTILS_VERSION_2_21 + depends !ubicom32 + bool "binutils 2.21" + config BINUTILS_VERSION_CS depends !avr32 depends !ubicom32 @@ -34,6 +38,7 @@ config BINUTILS_VERSION prompt "Binutils Version" if (TOOLCHAINOPTS && NULL) default "2.19.1" if BINUTILS_VERSION_2_19_1 default "2.20.1" if BINUTILS_VERSION_2_20_1 + default "2.21" if BINUTILS_VERSION_2_21 default "2.19.1+cs" if BINUTILS_VERSION_CS default "2.19.1" if ubicom32 default "2.20.1" -- cgit v1.2.3