4ae0b5757235e4a981a811b37b96f639bfb13078
[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_31_1 if !arc
6 default BINUTILS_USE_VERSION_2_32 if arc
7 help
8 Select the version of binutils you wish to use.
9
10 config BINUTILS_USE_VERSION_2_29_1
11 depends on !arc
12 bool "Binutils 2.29.1"
13 select BINUTILS_VERSION_2_29_1
14
15 config BINUTILS_USE_VERSION_2_31_1
16 depends on !arc
17 bool "Binutils 2.31.1"
18 select BINUTILS_VERSION_2_31_1
19
20 config BINUTILS_USE_VERSION_2_32
21 bool "Binutils 2.32"
22 select BINUTILS_VERSION_2_32
23
24 config BINUTILS_USE_VERSION_2_34
25 bool "Binutils 2.34"
26 select BINUTILS_VERSION_2_34
27 endchoice
28
29 config EXTRA_BINUTILS_CONFIG_OPTIONS
30 string
31 prompt "Additional binutils configure options" if TOOLCHAINOPTS
32 default ""
33 help
34 Any additional binutils options you may want to include....