toolchain: binutils: add support for version 2.42
[openwrt/staging/wigyori.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_USE_VERSION_2_40
6 help
7 Select the version of binutils you wish to use.
8
9 config BINUTILS_USE_VERSION_2_37
10 bool "Binutils 2.37"
11 select BINUTILS_VERSION_2_37
12
13 config BINUTILS_USE_VERSION_2_38
14 bool "Binutils 2.38"
15 select BINUTILS_VERSION_2_38
16
17 config BINUTILS_USE_VERSION_2_39
18 bool "Binutils 2.39"
19 select BINUTILS_VERSION_2_39
20
21 config BINUTILS_USE_VERSION_2_40
22 bool "Binutils 2.40"
23 select BINUTILS_VERSION_2_40
24
25 config BINUTILS_USE_VERSION_2_41
26 bool "Binutils 2.41"
27 select BINUTILS_VERSION_2_41
28
29 config BINUTILS_USE_VERSION_2_42
30 bool "Binutils 2.42"
31 select BINUTILS_VERSION_2_42
32 endchoice
33
34 config EXTRA_BINUTILS_CONFIG_OPTIONS
35 string
36 prompt "Additional binutils configure options" if TOOLCHAINOPTS
37 default ""
38 help
39 Any additional binutils options you may want to include....