Attention is currently required from: ron minnich.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78448?usp=email )
Change subject: arch/ppc64: Add arch as supported by the clang compiler ......................................................................
arch/ppc64: Add arch as supported by the clang compiler
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I1aacff869663e1db74cd485787d7103b9ec5602e --- M src/arch/ppc64/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/78448/1
diff --git a/src/arch/ppc64/Kconfig b/src/arch/ppc64/Kconfig index 44dbb1d..12cd318 100644 --- a/src/arch/ppc64/Kconfig +++ b/src/arch/ppc64/Kconfig @@ -1,5 +1,6 @@ config ARCH_PPC64 bool + select ARCH_SUPPORTS_CLANG
config ARCH_BOOTBLOCK_PPC64 bool