toolchain/binutils: remove versions 2.29.1 and 2.31.1
[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_32
10 bool "Binutils 2.32"
11 select BINUTILS_VERSION_2_32
12
13 config BINUTILS_USE_VERSION_2_34
14 bool "Binutils 2.34"
15 select BINUTILS_VERSION_2_34
16 endchoice
17
18 config EXTRA_BINUTILS_CONFIG_OPTIONS
19 string
20 prompt "Additional binutils configure options" if TOOLCHAINOPTS
21 default ""
22 help
23 Any additional binutils options you may want to include....