add binutils 2.16.90.0.1
[openwrt.git] / openwrt / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 if CONFIG_DEVEL
4 comment "Binutils Options"
5 endif
6
7 choice
8 prompt "Binutils Version" if CONFIG_DEVEL
9 default BR2_BINUTILS_VERSION_2_14_90_0_8
10 help
11 Select the version of binutils you wish to use.
12
13 config BR2_BINUTILS_VERSION_2_14_90_0_6
14 bool "binutils 2.14.90.0.6"
15
16 config BR2_BINUTILS_VERSION_2_14_90_0_7
17 bool "binutils 2.14.90.0.7"
18
19 config BR2_BINUTILS_VERSION_2_14_90_0_8
20 bool "binutils 2.14.90.0.8"
21
22 config BR2_BINUTILS_VERSION_2_15
23 bool "binutils 2.15"
24
25 config BR2_BINUTILS_VERSION_2_15_90_0_1
26 bool "binutils 2.15.90.0.1"
27
28 config BR2_BINUTILS_VERSION_2_15_90_0_1_1
29 bool "binutils 2.15.90.0.1.1"
30
31 config BR2_BINUTILS_VERSION_2_15_90_0_2
32 bool "binutils 2.15.90.0.2"
33
34 config BR2_BINUTILS_VERSION_2_15_90_0_3
35 bool "binutils 2.15.90.0.3"
36
37 config BR2_BINUTILS_VERSION_2_15_91_0_1
38 bool "binutils 2.15.91.0.1"
39
40 config BR2_BINUTILS_VERSION_2_15_91_0_2
41 bool "binutils 2.15.91.0.2"
42
43 config BR2_BINUTILS_VERSION_2_15_92_0_2
44 bool "binutils 2.15.92.0.2"
45
46 config BR2_BINUTILS_VERSION_2_15_94_0_1
47 bool "binutils 2.15.94.0.1"
48
49 config BR2_BINUTILS_VERSION_2_15_94_0_2
50 bool "binutils 2.15.94.0.2"
51
52 config BR2_BINUTILS_VERSION_2_15_94_0_2_2
53 bool "binutils 2.15.94.0.2.2"
54
55 config BR2_BINUTILS_VERSION_2_16_90_0_1
56 bool "binutils 2.16.90.0.1"
57
58
59 endchoice
60
61 config BR2_BINUTILS_VERSION
62 string
63 default "2.14.90.0.6" if BR2_BINUTILS_VERSION_2_14_90_0_6
64 default "2.14.90.0.7" if BR2_BINUTILS_VERSION_2_14_90_0_7
65 default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8 || !CONFIG_DEVEL
66 default "2.15" if BR2_BINUTILS_VERSION_2_15
67 default "2.15.90.0.1" if BR2_BINUTILS_VERSION_2_15_90_0_1
68 default "2.15.90.0.0.1.1" if BR2_BINUTILS_VERSION_2_15_90_0_1_1
69 default "2.15.90.0.2" if BR2_BINUTILS_VERSION_2_15_90_0_2
70 default "2.15.90.0.3" if BR2_BINUTILS_VERSION_2_15_90_0_3
71 default "2.15.91.0.1" if BR2_BINUTILS_VERSION_2_15_91_0_1
72 default "2.15.91.0.2" if BR2_BINUTILS_VERSION_2_15_91_0_2
73 default "2.15.92.0.2" if BR2_BINUTILS_VERSION_2_15_92_0_2
74 default "2.15.94.0.1" if BR2_BINUTILS_VERSION_2_15_94_0_1
75 default "2.15.94.0.2" if BR2_BINUTILS_VERSION_2_15_94_0_2
76 default "2.16.90.0.1" if BR2_BINUTILS_VERSION_2_16_90_0_1
This page took 0.044601 seconds and 5 git commands to generate.