diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-04 20:38:56 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-16 17:21:17 +0000 |
commit | f45c7671d9eda58c5ec792aa5c8de4a214007283 (patch) | |
tree | c49385143019ef7c87b3c74a0bf7d4e8f026beef /src/arch/x86/Kconfig | |
parent | 2834d98f523e5580642fdf92723045edb3a8b0ec (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69235
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |