riscv64-unknown-linux-gnu: Add C++ Support

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>
This commit is contained in:
Palmer Dabbelt 2019-03-20 01:47:32 -07:00
parent 89ba62fb1d
commit 7ba6097629
No known key found for this signature in database
GPG Key ID: EF4CA1502CCBAB41

View File

@ -5,6 +5,7 @@ CT_ARCH_RISCV=y
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