diff options
-rw-r--r-- | samples/arc-multilib-elf32/crosstool.config | 4 | ||||
-rw-r--r-- | samples/arc-multilib-elf32/reported.by | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/samples/arc-multilib-elf32/crosstool.config b/samples/arc-multilib-elf32/crosstool.config new file mode 100644 index 00000000..19e8e89e --- /dev/null +++ b/samples/arc-multilib-elf32/crosstool.config @@ -0,0 +1,4 @@ +CT_ARCH_ARC=y +CT_MULTILIB=y +CT_TARGET_VENDOR="multilib" +CT_TARGET_ALIAS="arc-elf32" diff --git a/samples/arc-multilib-elf32/reported.by b/samples/arc-multilib-elf32/reported.by new file mode 100644 index 00000000..4e6b14d4 --- /dev/null +++ b/samples/arc-multilib-elf32/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Brodkin" +reporter_url="http://embarc.org" +reporter_comment="ARC multilib baremetal/elf32 toolchain" |