From f45c7671d9eda58c5ec792aa5c8de4a214007283 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 4 Nov 2022 20:38:56 +0100 Subject: Set x86_64 as supported architecture for clang This boots on both qemu and real hardware now. Change-Id: Ibd320059cff575847bbf1844b5bb100312f77916 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/69235 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index f7b92506f5..1f5a37f056 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -64,6 +64,7 @@ config ARCH_ALL_STAGES_X86_64 select ARCH_VERSTAGE_X86_64 if !VBOOT_STARTS_BEFORE_BOOTBLOCK select ARCH_ROMSTAGE_X86_64 select ARCH_RAMSTAGE_X86_64 + select ARCH_SUPPORTS_CLANG config HAVE_EXP_X86_64_SUPPORT bool -- cgit v1.2.3