mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
5f77abf9b0
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>
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_RISCV=y
|
|
# CT_DEMULTILIB is not set
|
|
CT_ARCH_USE_MMU=y
|
|
CT_ARCH_64=y
|
|
CT_ARCH_ARCH="rv64gc"
|
|
CT_KERNEL_LINUX=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_GDB=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|
|
# CT_GDB_GDBSERVER is not set
|