reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a missing...
[openwrt.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 if CONFIG_DEVEL
4         comment "Binutils Options"
5 endif
6
7 choice
8         prompt "Binutils Version" if CONFIG_DEVEL
9         default BR2_BINUTILS_VERSION_2_16_1
10         help
11           Select the version of binutils you wish to use.
12
13         config BR2_BINUTILS_VERSION_2_15_94_0_2
14                 bool "binutils 2.15.94.0.2"
15
16         config BR2_BINUTILS_VERSION_2_16_1
17                 bool "binutils 2.16.1"
18
19         config BR2_BINUTILS_VERSION_2_16_90_0_3
20                 bool "binutils 2.16.90.0.3"
21
22         config BR2_BINUTILS_VERSION_2_16_91_0_1
23                 bool "binutils 2.16.91.0.1"
24
25         config BR2_BINUTILS_VERSION_2_16_91_0_2
26                 bool "binutils 2.16.91.0.2"
27
28         config BR2_BINUTILS_VERSION_2_16_91_0_6
29                 bool "binutils 2.16.91.0.6"
30
31 endchoice
32
33 config BR2_BINUTILS_VERSION
34         string
35         default "2.15.94.0.2"     if BR2_BINUTILS_VERSION_2_15_94_0_2
36         default "2.16.1"          if BR2_BINUTILS_VERSION_2_16_1 || !CONFIG_DEVEL
37         default "2.16.90.0.3"     if BR2_BINUTILS_VERSION_2_16_90_0_3
38         default "2.16.91.0.1"     if BR2_BINUTILS_VERSION_2_16_91_0_1
39         default "2.16.91.0.2"     if BR2_BINUTILS_VERSION_2_16_91_0_2
40         default "2.16.91.0.6"     if BR2_BINUTILS_VERSION_2_16_91_0_6