1 comment "Binutils Options"
4 prompt "Binutils Version"
6 default BR2_BINUTILS_VERSION_2_26_X
8 Select the version of binutils you wish to use.
10 config BR2_BINUTILS_VERSION_2_25_X
11 bool "binutils 2.25.1"
12 # supported but broken on Blackfin
15 config BR2_BINUTILS_VERSION_2_26_X
16 bool "binutils 2.26.1"
18 config BR2_BINUTILS_VERSION_2_27_X
23 config BR2_BINUTILS_VERSION
25 default "arc-2017.03-eng008" if BR2_arc
26 default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X
27 default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
28 default "2.27" if BR2_BINUTILS_VERSION_2_27_X
30 config BR2_BINUTILS_ENABLE_LTO
33 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
34 string "Additional binutils options"
37 Any additional binutils options you may want to include.