diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-17 11:19:04 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-17 11:19:04 +0000 |
commit | 2f873fcf9bbe80a7731bc1eb3ef75d214a046231 (patch) | |
tree | caa08c6ab07e917b02f710ebbb65eb94b71ce710 /toolchain/binutils/Config.in | |
parent | 246d2c808a40f38818d6374d8eb9fa322cac28b5 (diff) |
- add binutils-2.18 and binutils-2.18.50.0.1
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 23 |
1 files changed, 17 insertions, 6 deletions
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. + |