diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
commit | 348c3af966da52db55c20b37222e6f95de2627a4 (patch) | |
tree | 0be4852e8e7e6dc308e3527aaa7464ad798229c9 /toolchain/binutils/Config.in | |
parent | 2dad4ed3579cfc52fc819da7b6d9823385153b76 (diff) | |
download | upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.gz upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.bz2 upstream-348c3af966da52db55c20b37222e6f95de2627a4.zip |
add support for Linaro binutils 2.23.2-2013.06
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 37944
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
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" |