remove older binutils 2.14 versions
[openwrt.git] / 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_8
14 bool "binutils 2.14.90.0.8"
15
16 config BR2_BINUTILS_VERSION_2_15
17 bool "binutils 2.15"
18
19 config BR2_BINUTILS_VERSION_2_15_90_0_1
20 bool "binutils 2.15.90.0.1"
21
22 config BR2_BINUTILS_VERSION_2_15_90_0_1_1
23 bool "binutils 2.15.90.0.1.1"
24
25 config BR2_BINUTILS_VERSION_2_15_90_0_2
26 bool "binutils 2.15.90.0.2"
27
28 config BR2_BINUTILS_VERSION_2_15_90_0_3
29 bool "binutils 2.15.90.0.3"
30
31 config BR2_BINUTILS_VERSION_2_15_91_0_1
32 bool "binutils 2.15.91.0.1"
33
34 config BR2_BINUTILS_VERSION_2_15_91_0_2
35 bool "binutils 2.15.91.0.2"
36
37 config BR2_BINUTILS_VERSION_2_15_92_0_2
38 bool "binutils 2.15.92.0.2"
39
40 config BR2_BINUTILS_VERSION_2_15_94_0_1
41 bool "binutils 2.15.94.0.1"
42
43 config BR2_BINUTILS_VERSION_2_15_94_0_2
44 bool "binutils 2.15.94.0.2"
45
46 config BR2_BINUTILS_VERSION_2_15_94_0_2_2
47 bool "binutils 2.15.94.0.2.2"
48
49 config BR2_BINUTILS_VERSION_2_16_90_0_1
50 bool "binutils 2.16.90.0.1"
51
52
53 endchoice
54
55 config BR2_BINUTILS_VERSION
56 string
57 default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8 || !CONFIG_DEVEL
58 default "2.15" if BR2_BINUTILS_VERSION_2_15
59 default "2.15.90.0.1" if BR2_BINUTILS_VERSION_2_15_90_0_1
60 default "2.15.90.0.0.1.1" if BR2_BINUTILS_VERSION_2_15_90_0_1_1
61 default "2.15.90.0.2" if BR2_BINUTILS_VERSION_2_15_90_0_2
62 default "2.15.90.0.3" if BR2_BINUTILS_VERSION_2_15_90_0_3
63 default "2.15.91.0.1" if BR2_BINUTILS_VERSION_2_15_91_0_1
64 default "2.15.91.0.2" if BR2_BINUTILS_VERSION_2_15_91_0_2
65 default "2.15.92.0.2" if BR2_BINUTILS_VERSION_2_15_92_0_2
66 default "2.15.94.0.1" if BR2_BINUTILS_VERSION_2_15_94_0_1
67 default "2.15.94.0.2" if BR2_BINUTILS_VERSION_2_15_94_0_2
68 default "2.16.90.0.1" if BR2_BINUTILS_VERSION_2_16_90_0_1
This page took 0.046825 seconds and 5 git commands to generate.