1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_18 if avr32
6 default BINUTILS_VERSION_2_19_1
8 Select the version of binutils you wish to use.
10 config BINUTILS_VERSION_2_18
13 config BINUTILS_VERSION_2_19_1
15 bool "binutils 2.19.1"
17 config BINUTILS_VERSION_2_20
22 config BINUTILS_VERSION_CS
26 bool "binutils 2.19.1+20090205 with CodeSourcery enhancements"
30 config EXTRA_BINUTILS_CONFIG_OPTIONS
32 prompt "Additional binutils configure options" if TOOLCHAINOPTS
35 Any additional binutils options you may want to include....
37 config BINUTILS_VERSION
39 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
40 default "2.18" if BINUTILS_VERSION_2_18
41 default "2.19.1" if BINUTILS_VERSION_2_19_1
42 default "2.20" if BINUTILS_VERSION_2_20
43 default "2.19.1+cs" if BINUTILS_VERSION_CS
44 default "2.18" if avr32