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