f57b65bbc8615d01fa9d1a88522bdf2013147f92
[openwrt-10.03/.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4         prompt "Binutils Version" if TOOLCHAINOPTS
5         default BINUTILS_VERSION_2_19_1
6         help
7             Select the version of binutils you wish to use.
8
9         config BINUTILS_VERSION_2_18
10                 depends !ubicom32
11                 bool "binutils 2.18"
12
13         config BINUTILS_VERSION_2_19_1
14                 bool "binutils 2.19.1"
15
16         config BINUTILS_VERSION_2_20
17                 depends !avr32
18                 depends !ubicom32
19                 bool "binutils 2.20"
20
21         config BINUTILS_VERSION_2_20_1
22                 depends !avr32
23                 depends !ubicom32
24                 bool "binutils 2.20.1"
25
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....
34
35 config BINUTILS_VERSION
36         string
37         prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
38         default "2.18"            if BINUTILS_VERSION_2_18
39         default "2.19.1"          if BINUTILS_VERSION_2_19_1
40         default "2.20"            if BINUTILS_VERSION_2_20
41         default "2.20.1"          if BINUTILS_VERSION_2_20_1
42         default "2.19.1"