1 comment "Binutils Options"
4 prompt "Binutils Version"
6 default BR2_BINUTILS_VERSION_2_25_X
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
19 config BR2_BINUTILS_VERSION_2_25_X
20 bool "binutils 2.25.1"
21 # supported but broken on Blackfin
24 config BR2_BINUTILS_VERSION_2_26_X
25 bool "binutils 2.26.1"
29 config BR2_BINUTILS_VERSION
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
39 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
40 string "Additional binutils options"
43 Any additional binutils options you may want to include.