remove support for ubicom32
[openwrt/staging/florian.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_19_1
6 default BINUTILS_VERSION_2_20_1 if avr32
7 default BINUTILS_VERSION_2_22
8 help
9 Select the version of binutils you wish to use.
10
11 config BINUTILS_VERSION_2_19_1
12 bool "binutils 2.19.1"
13
14 config BINUTILS_VERSION_2_20_1
15 depends avr32
16 bool "binutils 2.20.1"
17
18 config BINUTILS_VERSION_2_21_1
19 depends !avr32 || (avr32 && BROKEN)
20 bool "binutils 2.21.1"
21
22 config BINUTILS_VERSION_2_22
23 depends !avr32 || (avr32 && BROKEN)
24 bool "binutils 2.22"
25
26 config BINUTILS_VERSION_2_23_1
27 depends !avr32 || (avr32 && BROKEN)
28 bool "binutils 2.23.1"
29
30 endchoice
31
32 config EXTRA_BINUTILS_CONFIG_OPTIONS
33 string
34 prompt "Additional binutils configure options" if TOOLCHAINOPTS
35 default ""
36 help
37 Any additional binutils options you may want to include....
38
39 config BINUTILS_VERSION
40 string
41 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
42 default "2.19.1" if BINUTILS_VERSION_2_19_1
43 default "2.20.1" if BINUTILS_VERSION_2_20_1
44 default "2.21.1" if BINUTILS_VERSION_2_21_1
45 default "2.22" if BINUTILS_VERSION_2_22
46 default "2.23.1" if BINUTILS_VERSION_2_23_1
47 default "2.20.1" if avr32
48 default "2.22"