31b043f185f48cb8f3f4d69f2eceed272bcac2f5
[openwrt.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4         prompt "Binutils Version" if TOOLCHAINOPTS
5         default BINUTILS_VERSION_LINARO
6         help
7           Select the version of binutils you wish to use.
8
9         config BINUTILS_VERSION_LINARO
10                 bool "Linaro binutils 2.24"
11
12         config BINUTILS_VERSION_2_25_1
13                 bool "Linaro binutils 2.25.1"
14
15 endchoice
16
17 config EXTRA_BINUTILS_CONFIG_OPTIONS
18         string
19         prompt "Additional binutils configure options" if TOOLCHAINOPTS
20         default ""
21         help
22             Any additional binutils options you may want to include....
23
24 config BINUTILS_VERSION
25         string
26         prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
27         default "linaro"          if BINUTILS_VERSION_LINARO
28         default "2.25.1"          if BINUTILS_VERSION_2_25_1
29         default "linaro"