summaryrefslogtreecommitdiff
path: root/samples/moxiebox
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-10 09:11:18 (GMT)
committerAlexey Neyman <stilor@att.net>2018-12-10 09:11:18 (GMT)
commitb0d954f0ecdf84c112aeaa249d9ca223af12cf14 (patch)
tree1e4b67f370e123bd02c648bb01a86b1dc61d1676 /samples/moxiebox
parent5cf859d9d9308e341c58caff45d54a910480ad24 (diff)
Allow short "moxiebox" alias
... while making use of the new tunables. Also, unmark the moxie-elf as broken: the ld scripts installed by newlib can be found by the compiler and can link the binaries. Why the default script is broken is not ct-ng's problem... Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/moxiebox')
-rw-r--r--samples/moxiebox/crosstool.config7
-rw-r--r--samples/moxiebox/reported.by3
2 files changed, 10 insertions, 0 deletions
diff --git a/samples/moxiebox/crosstool.config b/samples/moxiebox/crosstool.config
new file mode 100644
index 0000000..58fe653
--- /dev/null
+++ b/samples/moxiebox/crosstool.config
@@ -0,0 +1,7 @@
+CT_EXPERIMENTAL=y
+CT_ARCH_MOXIE=y
+CT_ARCH_LE=y
+CT_DEBUG_GDB=y
+CT_GDB_CROSS_SIM=y
+# CT_GDB_CROSS_PYTHON is not set
+CT_DTC_VERBOSE=y
diff --git a/samples/moxiebox/reported.by b/samples/moxiebox/reported.by
new file mode 100644
index 0000000..b9de4f7
--- /dev/null
+++ b/samples/moxiebox/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Alexey Neyman"
+reporter_url=""
+reporter_comment="Moxie toolchain with moxiebox+newlib as the C library."