1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_20_1 if avr32
6 default BINUTILS_VERSION_2_22 if !avr32
8 Select the version of binutils you wish to use.
10 config BINUTILS_VERSION_2_20_1
12 bool "binutils 2.20.1"
14 config BINUTILS_VERSION_2_22
15 depends on !avr32 || (avr32 && BROKEN)
18 config BINUTILS_VERSION_2_23_1
19 depends on !avr32 || (avr32 && BROKEN)
20 bool "binutils 2.23.1"
22 config BINUTILS_VERSION_LINARO
23 depends on !avr32 || (avr32 && BROKEN)
24 bool "Linaro binutils 2.23.2"
28 config EXTRA_BINUTILS_CONFIG_OPTIONS
30 prompt "Additional binutils configure options" if TOOLCHAINOPTS
33 Any additional binutils options you may want to include....
35 config BINUTILS_VERSION
37 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
38 default "2.20.1" if BINUTILS_VERSION_2_20_1
39 default "2.22" if BINUTILS_VERSION_2_22
40 default "2.23.1" if BINUTILS_VERSION_2_23_1
41 default "linaro" if BINUTILS_VERSION_LINARO
42 default "2.20.1" if avr32