From 0e93a6f184539c0ed3b436ce674aa45984402ed6 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 19 Apr 2023 21:31:47 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74571 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Daniel Maslowski --- src/arch/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index 8369afee6d..2578b1250c 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -8,6 +8,7 @@ config ARCH_RISCV_RV32 config ARCH_RISCV bool + select ARCH_SUPPORTS_CLANG if ARCH_RISCV -- cgit v1.2.3