1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_18 if TARGET_avr32
6 default BINUTILS_VERSION_2_18 if TARGET_ppc44x || TARGET_ppc40x
7 default BINUTILS_VERSION_2_19_1
9 Select the version of binutils you wish to use.
11 config BINUTILS_VERSION_2_17
14 config BINUTILS_VERSION_2_18
17 config BINUTILS_VERSION_2_19
21 config BINUTILS_VERSION_2_19_1
23 bool "binutils 2.19.1"
26 config EXTRA_BINUTILS_CONFIG_OPTIONS
28 prompt "Additional binutils 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.17" if BINUTILS_VERSION_2_17
37 default "2.18" if BINUTILS_VERSION_2_18
38 default "2.19" if BINUTILS_VERSION_2_19
39 default "2.19.1" if BINUTILS_VERSION_2_19_1
40 default "2.18" if TARGET_avr32
41 default "2.18" if TARGET_ppc44x || TARGET_ppc40x