From 5c36fdfe84a26c8ada225839e44dd8a3e646cf63 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 29 Mar 2010 11:58:41 -0300 Subject: binutils: add 2.20.1 Closes #1441 [Peter: use gnu.org upstream] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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 b8ce332a1..57bddfca5 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -41,6 +41,10 @@ choice depends on !BR2_avr32 && !BR2_nios2 bool "binutils 2.20" + config BR2_BINUTILS_VERSION_2_20_1 + depends on !BR2_avr32 && !BR2_nios2 + bool "binutils 2.20.1" + endchoice config BR2_BINUTILS_VERSION @@ -53,6 +57,7 @@ config BR2_BINUTILS_VERSION default "2.19" if BR2_BINUTILS_VERSION_2_19 default "2.19.1" if BR2_BINUTILS_VERSION_2_19_1 default "2.20" if BR2_BINUTILS_VERSION_2_20 + default "2.20.1" if BR2_BINUTILS_VERSION_2_20_1 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS string "Additional binutils options" -- cgit v1.2.3