From 5f77abf9b09c079b9cb996648c728159bb60d311 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 2 Sep 2024 17:09:55 -0700 Subject: RISC-V: Remove EXPERIMENTAL tag It's been a while since RISC-V support was added to CT-NG in 2017. Since then RISC-V support was integrated in all the key toolchain components upstream and now are proven to be in a very good state. Thus it makes no sense to keep this architecture "hidden" in experimental options, so we promote RISC-V architecture in CT-NG. Signed-off-by: Alexey Brodkin --- config/arch/riscv.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/arch/riscv.in b/config/arch/riscv.in index 3e6ffbfb..e7a54dd1 100644 --- a/config/arch/riscv.in +++ b/config/arch/riscv.in @@ -1,7 +1,6 @@ # RISC-V specific config options ## no-package -## depends on EXPERIMENTAL ## ## select ARCH_SUPPORTS_32 ## select ARCH_SUPPORTS_64 -- cgit v1.2.3