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>
This commit is contained in:
Arthur Heymans 2023-04-19 21:31:47 +02:00 committed by Felix Singer
parent cf827af370
commit 0e93a6f184
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ config ARCH_RISCV_RV32
config ARCH_RISCV
bool
select ARCH_SUPPORTS_CLANG
if ARCH_RISCV