4b9579379c74e30d9a09dfb2b0ab2ab9884dcae0
[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
17 config BINUTILS_USE_VERSION_2_35_2
18 bool "Binutils 2.35.2"
19 select BINUTILS_VERSION_2_35_2
20
21 config BINUTILS_USE_VERSION_2_36_1
22 bool "Binutils 2.36.1"
23 select BINUTILS_VERSION_2_36_1
24
25 config BINUTILS_USE_VERSION_2_37
26 bool "Binutils 2.37"
27 select BINUTILS_VERSION_2_37
28 endchoice
29
30 config EXTRA_BINUTILS_CONFIG_OPTIONS
31 string
32 prompt "Additional binutils configure options" if TOOLCHAINOPTS
33 default ""
34 help
35 Any additional binutils options you may want to include....