add GCC 4.1.1 and sync 4.1.0 with Kamikaze
[openwrt/openwrt.git] / openwrt / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_16_1
6 help
7 Select the version of binutils you wish to use.
8
9 config BINUTILS_VERSION_2_15_94_0_2
10 bool "binutils 2.15.94.0.2"
11
12 config BINUTILS_VERSION_2_16_1
13 bool "binutils 2.16.1"
14
15 config BINUTILS_VERSION_2_16_90_0_3
16 bool "binutils 2.16.90.0.3"
17
18 config BINUTILS_VERSION_2_16_91_0_1
19 bool "binutils 2.16.91.0.1"
20
21 config BINUTILS_VERSION_2_16_91_0_2
22 bool "binutils 2.16.91.0.2"
23
24 config BINUTILS_VERSION_2_16_91_0_6
25 bool "binutils 2.16.91.0.6"
26
27 endchoice
28
29 config BINUTILS_VERSION
30 string
31 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
32 default "2.15.94.0.2" if BINUTILS_VERSION_2_15_94_0_2
33 default "2.16.1" if BINUTILS_VERSION_2_16_1
34 default "2.16.90.0.3" if BINUTILS_VERSION_2_16_90_0_3
35 default "2.16.91.0.1" if BINUTILS_VERSION_2_16_91_0_1
36 default "2.16.91.0.2" if BINUTILS_VERSION_2_16_91_0_2
37 default "2.16.91.0.6" if BINUTILS_VERSION_2_16_91_0_6
38 default "2.16.1"
39
40