From bb3ede3b36fe8e38b4e3f17696c4b131e3f84b96 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 11 Jan 2024 19:22:25 +0100 Subject: [PATCH] package/criu: disable i386 Building for i386 raises the following build failure since the additon of the package in commit 3e4b479f39c15ffdf307ec8395d856680c727204: Makefile:23: *** "The architecture i386 isn't supported". Stop. Setting ARCH=x86 won't work either as it results in the following build failure: compel/arch/x86/plugins/std/memcpy.S: Assembler messages: compel/arch/x86/plugins/std/memcpy.S:20: Error: bad register name `%rdi' compel/arch/x86/plugins/std/memcpy.S:21: Error: bad register name `%rdx' compel/arch/x86/plugins/std/memcpy.S:22: Error: `shrq' is only supported in 64-bit mode compel/arch/x86/plugins/std/memcpy.S:24: Error: `movsq' is only supported in 64-bit mode compel/arch/x86/plugins/std/syscalls/syscall-common-x86-64.S: Assembler messages: compel/arch/x86/plugins/std/syscalls/syscall-common-x86-64.S:13: Error: bad register name `%rcx' compel/arch/x86/plugins/std/syscalls/syscall-common-x86-64.S:19: Error: bad register name `%rax' Fixes: - http://autobuild.buildroot.org/results/94cc463762b57efacf743d107a8dda7660a995a3 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/criu/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/criu/Config.in b/package/criu/Config.in index ff3bf30229..b3bb830768 100644 --- a/package/criu/Config.in +++ b/package/criu/Config.in @@ -6,7 +6,6 @@ config BR2_PACKAGE_CRIU_ARCH_SUPPORTS default y if BR2_ARM_CPU_ARMV7M default y if BR2_ARM_CPU_ARMV8A default y if BR2_aarch64 - default y if BR2_i386 default y if BR2_mips default y if BR2_x86_64 default y if BR2_powerpc64le # Only support powerpc64 with LE