1 # Choose binutils version.
3 comment "Binutils Options"
6 prompt "Binutils Version"
7 default BR2_BINUTILS_VERSION_2_14_90_0_8
9 Select the version of binutils you wish to use.
11 config BR2_BINUTILS_VERSION_2_14_90_0_6
12 bool "binutils 2.14.90.0.6"
14 config BR2_BINUTILS_VERSION_2_14_90_0_7
15 bool "binutils 2.14.90.0.7"
17 config BR2_BINUTILS_VERSION_2_14_90_0_8
18 bool "binutils 2.14.90.0.8"
20 config BR2_BINUTILS_VERSION_2_15
23 config BR2_BINUTILS_VERSION_2_15_90_0_1
24 bool "binutils 2.15.90.0.1"
26 config BR2_BINUTILS_VERSION_2_15_90_0_1_1
27 bool "binutils 2.15.90.0.1.1"
29 config BR2_BINUTILS_VERSION_2_15_90_0_2
30 bool "binutils 2.15.90.0.2"
32 config BR2_BINUTILS_VERSION_2_15_90_0_3
33 bool "binutils 2.15.90.0.3"
35 config BR2_BINUTILS_VERSION_2_15_91_0_1
36 bool "binutils 2.15.91.0.1"
38 config BR2_BINUTILS_VERSION_2_15_91_0_2
39 bool "binutils 2.15.91.0.2"
41 config BR2_BINUTILS_VERSION_2_15_92_0_2
42 bool "binutils 2.15.92.0.2"
44 config BR2_BINUTILS_VERSION_2_15_94_0_1
45 bool "binutils 2.15.94.0.1"
47 config BR2_BINUTILS_VERSION_2_15_94_0_2
48 bool "binutils 2.15.94.0.2"
52 config BR2_BINUTILS_VERSION
54 default "2.14.90.0.6" if BR2_BINUTILS_VERSION_2_14_90_0_6
55 default "2.14.90.0.7" if BR2_BINUTILS_VERSION_2_14_90_0_7
56 default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8
57 default "2.15" if BR2_BINUTILS_VERSION_2_15
58 default "2.15.90.0.1" if BR2_BINUTILS_VERSION_2_15_90_0_1
59 default "2.15.90.0.0.1.1" if BR2_BINUTILS_VERSION_2_15_90_0_1_1
60 default "2.15.90.0.2" if BR2_BINUTILS_VERSION_2_15_90_0_2
61 default "2.15.90.0.3" if BR2_BINUTILS_VERSION_2_15_90_0_3
62 default "2.15.91.0.1" if BR2_BINUTILS_VERSION_2_15_91_0_1
63 default "2.15.91.0.2" if BR2_BINUTILS_VERSION_2_15_91_0_2
64 default "2.15.92.0.2" if BR2_BINUTILS_VERSION_2_15_92_0_2
65 default "2.15.94.0.1" if BR2_BINUTILS_VERSION_2_15_94_0_1
66 default "2.15.94.0.2" if BR2_BINUTILS_VERSION_2_15_94_0_2