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 --- samples/riscv64-unknown-linux-gnu/crosstool.config | 1 - 1 file changed, 1 deletion(-) (limited to 'samples/riscv64-unknown-linux-gnu') diff --git a/samples/riscv64-unknown-linux-gnu/crosstool.config b/samples/riscv64-unknown-linux-gnu/crosstool.config index e1457197..9c4f8095 100644 --- a/samples/riscv64-unknown-linux-gnu/crosstool.config +++ b/samples/riscv64-unknown-linux-gnu/crosstool.config @@ -1,5 +1,4 @@ CT_CONFIG_VERSION="4" -CT_EXPERIMENTAL=y CT_ARCH_RISCV=y # CT_DEMULTILIB is not set CT_ARCH_USE_MMU=y -- cgit v1.2.3