diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-19 23:34:48 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-28 00:30:10 -0800 |
commit | 172308cb1be5b23c816c19d0b9c84ba4910cbe80 (patch) | |
tree | 90fb6fe4206ba0c70a38d8c1c73931f58413d01e /samples | |
parent | da76ae3ea3ba523223fe61b3b40974254a389141 (diff) | |
download | crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.tar.gz crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.tar.bz2 crosstool-ng-172308cb1be5b23c816c19d0b9c84ba4910cbe80.zip |
Add moxie architecture
and a moxie-unknown-elf target (which is what #1088 apparently wanted).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/moxie-unknown-elf/crosstool.config | 8 | ||||
-rw-r--r-- | samples/moxie-unknown-elf/reported.by | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/samples/moxie-unknown-elf/crosstool.config b/samples/moxie-unknown-elf/crosstool.config new file mode 100644 index 00000000..23604a17 --- /dev/null +++ b/samples/moxie-unknown-elf/crosstool.config @@ -0,0 +1,8 @@ +CT_EXPERIMENTAL=y +CT_ARCH_MOXIE=y +CT_ARCH_BE=y +CT_NEWLIB_V_2_5_0=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/moxie-unknown-elf/reported.by b/samples/moxie-unknown-elf/reported.by new file mode 100644 index 00000000..13d42a91 --- /dev/null +++ b/samples/moxie-unknown-elf/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Bare metal configuration for moxie architecture." |