add 2.18.50.0.3
[buildroot.git] / toolchain / binutils / Config.in
blob75087acaed560a3c6cb431b2c973064c3d9ebca8
1 # Choose binutils version.
3 comment "Binutils Options"
5 choice
6         prompt "Binutils Version"
7         default BR2_BINUTILS_VERSION_2_18
8         help
9           Select the version of binutils you wish to use.
11         config BR2_BINUTILS_VERSION_2_17
12                 depends BR2_avr32 || !BR2_nios2
13                 depends on BR2_DEPRECATED
14                 bool "binutils 2.17"
16         config BR2_BINUTILS_VERSION_2_17_50_0_17
17                 depends !BR2_avr32 && !BR2_nios2
18                 depends on BR2_DEPRECATED
19                 bool "binutils 2.17.50.0.17"
21         config BR2_BINUTILS_VERSION_2_18
22                 depends !BR2_avr32 && !BR2_nios2
23                 bool "binutils 2.18"
25         config BR2_BINUTILS_VERSION_2_18_50_0_1
26                 depends !BR2_avr32 && !BR2_nios2
27                 depends on BR2_DEPRECATED
28                 bool "binutils 2.18.50.0.1"
30         config BR2_BINUTILS_VERSION_2_18_50_0_3
31                 depends !BR2_avr32 && !BR2_nios2
32                 bool "binutils 2.18.50.0.3"
33 endchoice
35 config BR2_BINUTILS_VERSION
36         string
37         default "2.17"          if BR2_BINUTILS_VERSION_2_17
38         default "2.17.50.0.17"  if BR2_BINUTILS_VERSION_2_17_50_0_17
39         default "2.18"          if BR2_BINUTILS_VERSION_2_18
40         default "2.18.50.0.1"   if BR2_BINUTILS_VERSION_2_18_50_0_1
41         default "2.18.50.0.3"   if BR2_BINUTILS_VERSION_2_18_50_0_3
43 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
44         string "Additional binutils options"
45         default ""
46         help
47           Any additional binutils options you may want to include.