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
17 config BINUTILS_VERSION
19 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
20 default "2.16.1" if BINUTILS_VERSION_2_16_1
21 default "2.17" if BINUTILS_VERSION_2_17