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