Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/74571?usp=email )
Change subject: arch/riscv: Add clang as supported architecture ......................................................................
arch/riscv: Add clang as supported architecture
All emulated targets properly compile and boot to the same extent as with gcc.
Change-Id: I11ddd9347c2638fb7c26cd4939aa96ff8ddd1e66 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/74571 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Elyes Haouas ehaouas@noos.fr Reviewed-by: Daniel Maslowski info@orangecms.org --- M src/arch/riscv/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Felix Singer: Looks good to me, approved Elyes Haouas: Looks good to me, approved build bot (Jenkins): Verified Daniel Maslowski: Looks good to me, but someone else must approve
diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index 8369afe..2578b12 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -8,6 +8,7 @@
config ARCH_RISCV bool + select ARCH_SUPPORTS_CLANG
if ARCH_RISCV