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