crosstool-ng/samples/riscv32-hifive1-elf/crosstool.config
Alexey Brodkin 5f77abf9b0 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 <abrodkin@synopsys.com>
2024-09-09 08:58:59 +12:00

7 lines
140 B
Plaintext

CT_CONFIG_VERSION="4"
CT_ARCH_RISCV=y
CT_ARCH_ARCH="rv32ima"
CT_ARCH_ABI="ilp32"
CT_TARGET_VENDOR="hifive1"
# CT_CC_GCC_LDBL_128 is not set