summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-20 05:44:22 (GMT)
committerGitHub <noreply@github.com>2017-11-20 05:44:22 (GMT)
commit8c581c25042301ee0ec4169e6fc3213d7f8cb35b (patch)
tree18c6d1e5284152da3707a7c458c71ed427966034 /samples
parent0b1595acf2cc60218f479fd310cce10d96df3094 (diff)
parentcc342748ce231a860d46300363a789cfc330c002 (diff)
Merge pull request #868 from frantony/riscv
add RISC-V architecture support
Diffstat (limited to 'samples')
-rw-r--r--samples/riscv32-unknown-elf/crosstool.config5
-rw-r--r--samples/riscv32-unknown-elf/reported.by3
2 files changed, 8 insertions, 0 deletions
diff --git a/samples/riscv32-unknown-elf/crosstool.config b/samples/riscv32-unknown-elf/crosstool.config
new file mode 100644
index 0000000..22a8f3f
--- /dev/null
+++ b/samples/riscv32-unknown-elf/crosstool.config
@@ -0,0 +1,5 @@
+CT_EXPERIMENTAL=y
+CT_ARCH_RISCV=y
+CT_TARGET_VENDOR=""
+CT_LIBC_NONE=y
+# CT_CC_GCC_LDBL_128 is not set
diff --git a/samples/riscv32-unknown-elf/reported.by b/samples/riscv32-unknown-elf/reported.by
new file mode 100644
index 0000000..82ccb87
--- /dev/null
+++ b/samples/riscv32-unknown-elf/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Antony Pavlov"
+reporter_url="https://github.com/frantony/crosstool-ng"
+reporter_comment=""