package/criu: disable on aarch64_be
armv8a aarch64_be raises the following build failure since the addition
of the package in commit 3e4b479f39
:
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>
This commit is contained in:
parent
4316a4c081
commit
3825cc8a38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user