diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-02 17:38:53 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | c48319e65f588179a640bc5b998b6c7ecec487f6 (patch) | |
tree | c41d9359e235ec49bac0b3b9b20fe15c4c7560dc /samples/moxie-unknown-moxiebox | |
parent | b4191b23a8411e508796fe6c110fdc3b05d94e69 (diff) | |
download | crosstool-ng-c48319e65f588179a640bc5b998b6c7ecec487f6.tar.gz crosstool-ng-c48319e65f588179a640bc5b998b6c7ecec487f6.tar.bz2 crosstool-ng-c48319e65f588179a640bc5b998b6c7ecec487f6.zip |
Rename moxiebox to match its tuple
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/moxie-unknown-moxiebox')
-rw-r--r-- | samples/moxie-unknown-moxiebox/crosstool.config | 7 | ||||
-rw-r--r-- | samples/moxie-unknown-moxiebox/reported.by | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/samples/moxie-unknown-moxiebox/crosstool.config b/samples/moxie-unknown-moxiebox/crosstool.config new file mode 100644 index 00000000..fe08882d --- /dev/null +++ b/samples/moxie-unknown-moxiebox/crosstool.config @@ -0,0 +1,7 @@ +CT_CONFIG_VERSION="4" +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 diff --git a/samples/moxie-unknown-moxiebox/reported.by b/samples/moxie-unknown-moxiebox/reported.by new file mode 100644 index 00000000..b9de4f71 --- /dev/null +++ b/samples/moxie-unknown-moxiebox/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Moxie toolchain with moxiebox+newlib as the C library." |