mirror of https://github.com/hak5/openwrt.git
binutils: remove defunct binutils default version selection for aarch64
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44958lede-17.01
parent
fc2bd07260
commit
76bf68fa52
|
@ -2,7 +2,6 @@
|
|||
|
||||
choice
|
||||
prompt "Binutils Version" if TOOLCHAINOPTS
|
||||
default BINUTILS_VERSION_2_23_1 if (aarch64 || aarch64_be)
|
||||
default BINUTILS_VERSION_2_20_1 if avr32
|
||||
default BINUTILS_VERSION_LINARO if !avr32
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue