check for host locale utils
[buildroot.git] / toolchain / binutils / Config.in
blobda90e31bd262f8b2154da22a07a516a3bef45939
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 on 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 on !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 on !BR2_avr32 && !BR2_nios2
23                 bool "binutils 2.18"
25         config BR2_BINUTILS_VERSION_2_18_50_0_1
26                 depends on !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 on !BR2_avr32 && !BR2_nios2
32                 depends on BR2_DEPRECATED
33                 bool "binutils 2.18.50.0.3"
35         config BR2_BINUTILS_VERSION_2_18_50_0_6
36                 depends on !BR2_avr32 && !BR2_nios2
37                 depends on BR2_DEPRECATED
38                 bool "binutils 2.18.50.0.6"
40         config BR2_BINUTILS_VERSION_2_18_50_0_8
41                 depends on !BR2_avr32 && !BR2_nios2
42                 depends on BR2_DEPRECATED
43                 bool "binutils 2.18.50.0.8"
45         config BR2_BINUTILS_VERSION_2_18_50_0_9
46                 depends on !BR2_avr32 && !BR2_nios2
47                 bool "binutils 2.18.50.0.9"
49         config BR2_BINUTILS_VERSION_2_19_50_0_1
50                 depends on !BR2_avr32 && !BR2_nios2
51                 bool "binutils 2.19.50.0.1"
52 endchoice
54 config BR2_BINUTILS_VERSION
55         string
56         default "2.17"          if BR2_BINUTILS_VERSION_2_17
57         default "2.17.50.0.17"  if BR2_BINUTILS_VERSION_2_17_50_0_17
58         default "2.18"          if BR2_BINUTILS_VERSION_2_18
59         default "2.18.50.0.1"   if BR2_BINUTILS_VERSION_2_18_50_0_1
60         default "2.18.50.0.3"   if BR2_BINUTILS_VERSION_2_18_50_0_3
61         default "2.18.50.0.6"   if BR2_BINUTILS_VERSION_2_18_50_0_6
62         default "2.18.50.0.8"   if BR2_BINUTILS_VERSION_2_18_50_0_8
63         default "2.18.50.0.9"   if BR2_BINUTILS_VERSION_2_18_50_0_9
64         default "2.19.50.0.1"   if BR2_BINUTILS_VERSION_2_19_50_0_1
66 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
67         string "Additional binutils options"
68         default ""
69         help
70           Any additional binutils options you may want to include.