summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-04-05 21:09:29 (GMT)
committerGitHub <noreply@github.com>2019-04-05 21:09:29 (GMT)
commitace18924a37dce89d9476dfc9a4ec329e77660a2 (patch)
treec39b76c6abc694a8e68451172eafa72cfaba5ddf
parentd0f484f2566cfda1faaef193ef7316bca5dc8fb7 (diff)
parent7ba609762930089f5ccc05adaa7f31e308f5761a (diff)
Merge pull request #1167 from palmer-dabbelt/riscv-cxx
riscv64-unknown-linux-gnu: Add C++ Support
-rw-r--r--samples/riscv64-unknown-linux-gnu/crosstool.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/riscv64-unknown-linux-gnu/crosstool.config b/samples/riscv64-unknown-linux-gnu/crosstool.config
index a03f6e8..c12993c 100644
--- a/samples/riscv64-unknown-linux-gnu/crosstool.config
+++ b/samples/riscv64-unknown-linux-gnu/crosstool.config
@@ -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