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_15
16 config BR2_BINUTILS_VERSION_2_15_94_0_2
17 bool "binutils 2.15.94.0.2"
19 config BR2_BINUTILS_VERSION_2_15_94_0_2_2
20 bool "binutils 2.15.94.0.2.2"
22 config BR2_BINUTILS_VERSION_2_15_97
23 bool "binutils 2.15.97"
25 config BR2_BINUTILS_VERSION_2_16
28 config BR2_BINUTILS_VERSION_2_16_1
29 bool "binutils 2.16.1"
31 config BR2_BINUTILS_VERSION_2_16_90_0_3
32 bool "binutils 2.16.90.0.3"
34 config BR2_BINUTILS_VERSION_2_16_91_0_1
35 bool "binutils 2.16.91.0.1"
37 config BR2_BINUTILS_VERSION_2_16_91_0_2
38 bool "binutils 2.16.91.0.2"
43 config BR2_BINUTILS_VERSION
45 default "2.15" if BR2_BINUTILS_VERSION_2_15
46 default "2.15.94.0.2" if BR2_BINUTILS_VERSION_2_15_94_0_2 || !CONFIG_DEVEL
47 default "2.15.94.0.2.2" if BR2_BINUTILS_VERSION_2_15_94_0_2_2
48 default "2.15.97" if BR2_BINUTILS_VERSION_2_15_97
49 default "2.16" if BR2_BINUTILS_VERSION_2_16
50 default "2.16.1" if BR2_BINUTILS_VERSION_2_16_1
51 default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3
52 default "2.16.91.0.1" if BR2_BINUTILS_VERSION_2_16_91_0_1
53 default "2.16.91.0.2" if BR2_BINUTILS_VERSION_2_16_91_0_2