1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_17
7 Select the version of binutils you wish to use.
9 config BINUTILS_VERSION_2_16_1
10 bool "binutils 2.16.1"
12 config BINUTILS_VERSION_2_17
15 config BINUTILS_VERSION_2_18
21 config EXTRA_BINUTILS_CONFIG_OPTIONS
23 prompt "Additional binutils options" if TOOLCHAINOPTS
26 Any additional binutils options you may want to include....
28 config BINUTILS_VERSION
30 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
31 default "2.16.1" if BINUTILS_VERSION_2_16_1
32 default "2.17" if BINUTILS_VERSION_2_17
33 default "2.18" if BINUTILS_VERSION_2_18