toolchain: Bump ARC tools to arc-2016.09-eng010
[buildroot-gz.git] / package / binutils / Config.in.host
blob86daa0cb4f3de50e0893797725f09c0682b0f4cc
1 comment "Binutils Options"
3 choice
4         prompt "Binutils Version"
5         depends on !BR2_arc
6         default BR2_BINUTILS_VERSION_2_25_X
7         help
8           Select the version of binutils you wish to use.
10         config BR2_BINUTILS_VERSION_2_24_X
11                 # supported, but broken on Nios-II, Blackfin and powerpc64le
12                 depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin
13                 # Unsupported for MIPS R6
14                 depends on !BR2_mips_32r6 && !BR2_mips_64r6
15                 # Unsupported ARM cores
16                 depends on !BR2_cortex_a17
17                 bool "binutils 2.24"
19         config BR2_BINUTILS_VERSION_2_25_X
20                 bool "binutils 2.25.1"
21                 # supported but broken on Blackfin
22                 depends on !BR2_bfin
24         config BR2_BINUTILS_VERSION_2_26_X
25                 bool "binutils 2.26.1"
27 endchoice
29 config BR2_BINUTILS_VERSION
30         string
31         default "arc-2016.09-eng010"    if BR2_arc
32         default "2.24"          if BR2_BINUTILS_VERSION_2_24_X
33         default "2.25.1"        if BR2_BINUTILS_VERSION_2_25_X
34         default "2.26.1"        if BR2_BINUTILS_VERSION_2_26_X
36 config BR2_BINUTILS_ENABLE_LTO
37         bool
39 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
40         string "Additional binutils options"
41         default ""
42         help
43           Any additional binutils options you may want to include.