From 2f873fcf9bbe80a7731bc1eb3ef75d214a046231 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 17 Sep 2007 11:19:04 +0000 Subject: - add binutils-2.18 and binutils-2.18.50.0.1 --- toolchain/binutils/Config.in | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'toolchain/binutils/Config.in') diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index d8fb61d5b..2fac4e97e 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -21,7 +21,7 @@ choice bool "binutils 2.15.94.0.2.2" config BR2_BINUTILS_VERSION_2_16_1 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.16.1" config BR2_BINUTILS_VERSION_2_16_90_0_3 @@ -37,11 +37,11 @@ choice bool "binutils 2.16.91.0.6" config BR2_BINUTILS_VERSION_2_16_91_0_7 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.16.91.0.7" config BR2_BINUTILS_VERSION_2_17 - depends !BR2_nios2 + depends !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.17" config BR2_BINUTILS_VERSION_2_17_50_0_2 @@ -81,7 +81,7 @@ choice bool "binutils 2.17.50.0.10" config BR2_BINUTILS_VERSION_2_17_50_0_12 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.17.50.0.12" config BR2_BINUTILS_VERSION_2_17_50_0_14 @@ -93,8 +93,16 @@ choice bool "binutils 2.17.50.0.16" config BR2_BINUTILS_VERSION_2_17_50_0_17 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.17.50.0.17" + + config BR2_BINUTILS_VERSION_2_18 + depends !BR2_avr32 && !BR2_nios2 + bool "binutils 2.18" + + config BR2_BINUTILS_VERSION_2_18_50_0_1 + depends !BR2_avr32 && !BR2_nios2 + bool "binutils 2.18.50.0.1" endchoice config BR2_BINUTILS_VERSION @@ -121,9 +129,12 @@ config BR2_BINUTILS_VERSION default "2.17.50.0.14" if BR2_BINUTILS_VERSION_2_17_50_0_14 default "2.17.50.0.16" if BR2_BINUTILS_VERSION_2_17_50_0_16 default "2.17.50.0.17" if BR2_BINUTILS_VERSION_2_17_50_0_17 + default "2.18" if BR2_BINUTILS_VERSION_2_18 + default "2.18.50.0.1" if BR2_BINUTILS_VERSION_2_18_50_0_1 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS string "Additional binutils options" default "" help - Any additional binutils options you may want to include ... + Any additional binutils options you may want to include. + -- cgit v1.2.3