package/musl: enable on AArch64 big endian
Add aarch64_be to musl supported archs. Upstream musl already supports aarch64_be. Signed-off-by: Jonathan Currier <dullfire@yahoo.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5799585e16
commit
2284dce40b
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_MUSL_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_aarch64
|
||||
default y if BR2_aarch64_be
|
||||
default y if BR2_arm
|
||||
default y if BR2_armeb
|
||||
default y if BR2_i386
|
||||
|
Loading…
Reference in New Issue
Block a user