The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / binutils / Config.in.host
1 comment "Binutils Options"
2
3 choice
4         prompt "Binutils Version"
5         depends on !BR2_arc
6         default BR2_BINUTILS_VERSION_2_24
7         help
8           Select the version of binutils you wish to use.
9
10         config BR2_BINUTILS_VERSION_2_22
11                 depends on !BR2_aarch64 && !BR2_microblaze && \
12                            !BR2_powerpc64le && !BR2_nios2
13                 bool "binutils 2.22"
14
15         config BR2_BINUTILS_VERSION_2_23_2
16                 depends on !BR2_aarch64 && !BR2_microblaze && \
17                            !BR2_powerpc64le && !BR2_nios2
18                 bool "binutils 2.23.2"
19
20         config BR2_BINUTILS_VERSION_2_24
21                 depends on !BR2_nios2 # supported, but broken on Nios-II
22                 bool "binutils 2.24"
23
24         config BR2_BINUTILS_VERSION_2_25
25                 bool "binutils 2.25"
26
27 endchoice
28
29 config BR2_BINUTILS_VERSION
30         string
31         default "arc-2014.12"   if BR2_arc
32         default "2.22"          if BR2_BINUTILS_VERSION_2_22
33         default "2.23.2"        if BR2_BINUTILS_VERSION_2_23_2
34         default "2.24"          if BR2_BINUTILS_VERSION_2_24
35         default "2.25"          if BR2_BINUTILS_VERSION_2_25
36
37 config BR2_BINUTILS_ENABLE_LTO
38         bool
39
40 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
41         string "Additional binutils options"
42         default ""
43         help
44           Any additional binutils options you may want to include.