diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-04-19 21:31:47 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-11 19:25:34 +0000 |
commit | 0e93a6f184539c0ed3b436ce674aa45984402ed6 (patch) | |
tree | 1b23de2802afe24cacf558ad93dc83af6946eb5d /src/arch/riscv | |
parent | cf827af370f9e4c8ab41d1e68a6f15ab8721e57a (diff) |
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>
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |