1 # Choose binutils version.
4 comment "Binutils Options"
8 prompt "Binutils Version" if CONFIG_DEVEL
9 default BR2_BINUTILS_VERSION_2_14_90_0_8
11 Select the version of binutils you wish to use.
13 config BR2_BINUTILS_VERSION_2_14_90_0_6
14 bool "binutils 2.14.90.0.6"
16 config BR2_BINUTILS_VERSION_2_14_90_0_7
17 bool "binutils 2.14.90.0.7"
19 config BR2_BINUTILS_VERSION_2_14_90_0_8
20 bool "binutils 2.14.90.0.8"
22 config BR2_BINUTILS_VERSION_2_15
25 config BR2_BINUTILS_VERSION_2_15_90_0_1
26 bool "binutils 2.15.90.0.1"
28 config BR2_BINUTILS_VERSION_2_15_90_0_1_1
29 bool "binutils 2.15.90.0.1.1"
31 config BR2_BINUTILS_VERSION_2_15_90_0_2
32 bool "binutils 2.15.90.0.2"
34 config BR2_BINUTILS_VERSION_2_15_90_0_3
35 bool "binutils 2.15.90.0.3"
37 config BR2_BINUTILS_VERSION_2_15_91_0_1
38 bool "binutils 2.15.91.0.1"
40 config BR2_BINUTILS_VERSION_2_15_91_0_2
41 bool "binutils 2.15.91.0.2"
43 config BR2_BINUTILS_VERSION_2_15_92_0_2
44 bool "binutils 2.15.92.0.2"
46 config BR2_BINUTILS_VERSION_2_15_94_0_1
47 bool "binutils 2.15.94.0.1"
49 config BR2_BINUTILS_VERSION_2_15_94_0_2
50 bool "binutils 2.15.94.0.2"
52 config BR2_BINUTILS_VERSION_2_15_94_0_2_2
53 bool "binutils 2.15.94.0.2.2"
55 config BR2_BINUTILS_VERSION_2_16_90_0_1
56 bool "binutils 2.16.90.0.1"
61 config BR2_BINUTILS_VERSION
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