From 8e79a1a298c9d33de19218c1dfdf56405aa9b0f9 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 17 Oct 2023 11:39:09 -0700 Subject: arch/ppc64: Add arch as supported by the clang compiler Signed-off-by: Arthur Heymans Change-Id: I1aacff869663e1db74cd485787d7103b9ec5602e Reviewed-on: https://review.coreboot.org/c/coreboot/+/78448 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/arch/ppc64/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch') diff --git a/src/arch/ppc64/Kconfig b/src/arch/ppc64/Kconfig index 25a0f500ef..93e4929274 100644 --- a/src/arch/ppc64/Kconfig +++ b/src/arch/ppc64/Kconfig @@ -2,6 +2,7 @@ config ARCH_PPC64 bool + select ARCH_SUPPORTS_CLANG config ARCH_BOOTBLOCK_PPC64 bool -- cgit v1.2.3