binutils: remove defunct binutils default version selection for aarch64
[openwrt/staging/chunkeey.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 choice
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_20_1 if avr32
6 default BINUTILS_VERSION_LINARO if !avr32
7 help
8 Select the version of binutils you wish to use.
9
10 config BINUTILS_VERSION_2_20_1
11 depends on avr32
12 bool "binutils 2.20.1"
13
14 config BINUTILS_VERSION_LINARO
15 depends on !avr32 || (avr32 && BROKEN)
16 bool "Linaro binutils 2.24"
17
18 endchoice
19
20 config EXTRA_BINUTILS_CONFIG_OPTIONS
21 string
22 prompt "Additional binutils configure options" if TOOLCHAINOPTS
23 default ""
24 help
25 Any additional binutils options you may want to include....
26
27 config BINUTILS_VERSION
28 string
29 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
30 default "2.20.1" if BINUTILS_VERSION_2_20_1 || avr32
31 default "linaro" if BINUTILS_VERSION_LINARO
32 default "linaro"