1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_19_1 if 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
15 bool "binutils 2.20.1"
17 config BINUTILS_VERSION_2_21
19 depends !avr32 || (avr32 && BROKEN)
22 config BINUTILS_VERSION_2_21_1
24 depends !avr32 || (avr32 && BROKEN)
25 bool "binutils 2.21.1"
29 config EXTRA_BINUTILS_CONFIG_OPTIONS
31 prompt "Additional binutils configure options" if TOOLCHAINOPTS
34 Any additional binutils options you may want to include....
36 config BINUTILS_VERSION
38 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
39 default "2.19.1" if BINUTILS_VERSION_2_19_1
40 default "2.20.1" if BINUTILS_VERSION_2_20_1
41 default "2.21" if BINUTILS_VERSION_2_21
42 default "2.21.1" if BINUTILS_VERSION_2_21_1
43 default "2.19.1" if ubicom32