1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_19_1 if (avr32 || ubicom32)
6 default BINUTILS_VERSION_2_20_1
8 Select the version of binutils you wish to use.
10 config BINUTILS_VERSION_2_19_1
11 bool "binutils 2.19.1"
13 config BINUTILS_VERSION_2_20_1
16 bool "binutils 2.20.1"
18 config BINUTILS_VERSION_CS
22 bool "binutils 2.19.1+20090205 with CodeSourcery enhancements"
26 config EXTRA_BINUTILS_CONFIG_OPTIONS
28 prompt "Additional binutils configure options" if TOOLCHAINOPTS
31 Any additional binutils options you may want to include....
33 config BINUTILS_VERSION
35 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
36 default "2.19.1" if BINUTILS_VERSION_2_19_1
37 default "2.20.1" if BINUTILS_VERSION_2_20_1
38 default "2.19.1+cs" if BINUTILS_VERSION_CS
39 default "2.19.1" if (avr32 || ubicom32)