mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user