mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/criu: disable on aarch64_be
armv8a aarch64_be raises the following build failure since the addition of the package in commit3e4b479f39: Error (compel/arch/aarch64/src/lib/handle-elf-host.c:30): Unsupported Elf format detected Fixes: - http://autobuild.buildroot.org/results/8eaa881a926d138a0bfd3f1076246088994e883f - http://autobuild.buildroot.org/results/8de9b4d6b26e06f6b4457a31366bdc0d8a8c34ae Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit3825cc8a38) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
42a271c32e
commit
44faf672f3
@@ -4,7 +4,7 @@ config BR2_PACKAGE_CRIU_ARCH_SUPPORTS
|
||||
default y if BR2_ARM_CPU_ARMV6
|
||||
default y if BR2_ARM_CPU_ARMV7A
|
||||
default y if BR2_ARM_CPU_ARMV7M
|
||||
default y if BR2_ARM_CPU_ARMV8A
|
||||
default y if BR2_ARM_CPU_ARMV8A && !BR2_aarch64_be
|
||||
default y if BR2_aarch64
|
||||
default y if BR2_x86_64
|
||||
default y if BR2_powerpc64le # Only support powerpc64 with LE
|
||||
|
||||
Reference in New Issue
Block a user