1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_19_1
7 Select the version of binutils you wish to use.
9 config BINUTILS_VERSION_2_19_1
10 bool "binutils 2.19.1"
12 config BINUTILS_VERSION_2_20_1
15 bool "binutils 2.20.1"
17 config BINUTILS_VERSION_CS
21 bool "binutils 2.19.1+20090205 with CodeSourcery enhancements"
25 config EXTRA_BINUTILS_CONFIG_OPTIONS
27 prompt "Additional binutils configure options" if TOOLCHAINOPTS
30 Any additional binutils options you may want to include....
32 config BINUTILS_VERSION
34 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
35 default "2.19.1" if BINUTILS_VERSION_2_19_1
36 default "2.20.1" if BINUTILS_VERSION_2_20_1
37 default "2.19.1+cs" if BINUTILS_VERSION_CS