summaryrefslogtreecommitdiff
path: root/samples/riscv64-unknown-linux-gnu/crosstool.config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-09-22 06:28:49 (GMT)
committerGitHub <noreply@github.com>2018-09-22 06:28:49 (GMT)
commit9ab0c733cd72dddfa7ed491d87e47bb75a5fc7ca (patch)
tree13d13f99f760c8bfa31a7e854cb618b40bba0ff9 /samples/riscv64-unknown-linux-gnu/crosstool.config
parentd5900debd397b8909d9cafeb9a1093fb7a5dc6e6 (diff)
parent05d74f9d63aaeaa8afebf77f3dce64aa2a7fdde6 (diff)
Merge pull request #1020 from sifive/dev/paulw/rv64-fixed
riscv: add rv64gc support
Diffstat (limited to 'samples/riscv64-unknown-linux-gnu/crosstool.config')
-rw-r--r--samples/riscv64-unknown-linux-gnu/crosstool.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/riscv64-unknown-linux-gnu/crosstool.config b/samples/riscv64-unknown-linux-gnu/crosstool.config
new file mode 100644
index 0000000..66c288d
--- /dev/null
+++ b/samples/riscv64-unknown-linux-gnu/crosstool.config
@@ -0,0 +1,12 @@
+CT_EXPERIMENTAL=y
+CT_ARCH_RISCV=y
+# CT_DEMULTILIB is not set
+CT_ARCH_USE_MMU=y
+CT_ARCH_64=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
+CT_TARGET_VENDOR="unknown"
+CT_ARCH_ARCH="rv64gc"