mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
7ba6097629
We've had very solid support for C++ for quite a while now in RISC-V land, at least in our Linux targets. This patch set enables C++ support by default, which I assume most users will want. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
CT_CONFIG_VERSION="3"
|
|
CT_EXPERIMENTAL=y
|
|
CT_ARCH_RISCV=y
|
|
# CT_DEMULTILIB is not set
|
|
CT_ARCH_USE_MMU=y
|
|
CT_ARCH_64=y
|
|
CT_ARCH_ARCH="rv64gc"
|
|
CT_CC_LANG_CXX=y
|
|
CT_KERNEL_LINUX=y
|
|
CT_DEBUG_GDB=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|
|
# CT_GDB_GDBSERVER is not set
|
|
CT_ZLIB_NEEDED=y
|