toolchain/binutils: add support for version 2.30
[openwrt/openwrt.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_USE_VERSION_2_28 if !arc
6 default BINUTILS_USE_VERSION_2_29_ARC if arc
7 help
8 Select the version of binutils you wish to use.
9
10 config BINUTILS_USE_VERSION_2_27
11 depends on !arc
12 bool "Binutils 2.27"
13 select BINUTILS_VERSION_2_27
14
15 config BINUTILS_USE_VERSION_2_28
16 depends on !arc
17 bool "Binutils 2.28"
18 select BINUTILS_VERSION_2_28
19
20 config BINUTILS_USE_VERSION_2_29_ARC
21 depends on arc
22 bool "ARC binutils 2.29"
23 select BINUTILS_VERSION_2_29_ARC
24
25 config BINUTILS_USE_VERSION_2_29_1
26 depends on !arc
27 bool "Binutils 2.29.1"
28 select BINUTILS_VERSION_2_29_1
29
30 config BINUTILS_USE_VERSION_2_30
31 depends on !arc
32 bool "Binutils 2.30"
33 select BINUTILS_VERSION_2_30
34
35 endchoice
36
37 config EXTRA_BINUTILS_CONFIG_OPTIONS
38 string
39 prompt "Additional binutils configure options" if TOOLCHAINOPTS
40 default ""
41 help
42 Any additional binutils options you may want to include....