1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_16_1
7 Select the version of binutils you wish to use.
9 config BINUTILS_VERSION_2_15_94_0_2
10 bool "binutils 2.15.94.0.2"
12 config BINUTILS_VERSION_2_16_1
13 bool "binutils 2.16.1"
15 config BINUTILS_VERSION_2_16_90_0_3
16 bool "binutils 2.16.90.0.3"
18 config BINUTILS_VERSION_2_16_91_0_1
19 bool "binutils 2.16.91.0.1"
21 config BINUTILS_VERSION_2_16_91_0_2
22 bool "binutils 2.16.91.0.2"
24 config BINUTILS_VERSION_2_16_91_0_6
25 bool "binutils 2.16.91.0.6"
29 config BINUTILS_VERSION
31 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
32 default "2.15.94.0.2" if BINUTILS_VERSION_2_15_94_0_2
33 default "2.16.1" if BINUTILS_VERSION_2_16_1
34 default "2.16.90.0.3" if BINUTILS_VERSION_2_16_90_0_3
35 default "2.16.91.0.1" if BINUTILS_VERSION_2_16_91_0_1
36 default "2.16.91.0.2" if BINUTILS_VERSION_2_16_91_0_2
37 default "2.16.91.0.6" if BINUTILS_VERSION_2_16_91_0_6