diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-10-17 11:39:09 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-04-01 04:16:53 +0000 |
commit | 8e79a1a298c9d33de19218c1dfdf56405aa9b0f9 (patch) | |
tree | fd69937a1cabebe89e110afe8cfafe4c41f4acd6 /src | |
parent | a010b7f614dbdf5155e380c49fd07bc440b5a769 (diff) |
arch/ppc64: Add arch as supported by the clang compiler
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I1aacff869663e1db74cd485787d7103b9ec5602e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78448
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/ppc64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |