Skip to content

Commit

Permalink
Add ARC700 and ARC HS38 Linux samples
Browse files Browse the repository at this point in the history
ARC700 is based on ARCompact (AKA ARCv1 ISA) while ARC HS38 is
based on modern ARCv2 ISA.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin committed May 15, 2018
1 parent 86bbb14 commit 66e0a25
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/arc-arc700-linux-uclibc/crosstool.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CT_ARCH_ARC=y
CT_TARGET_ALIAS="arc-linux"
CT_TARGET_CFLAGS="-matomic"
CT_TARGET_VENDOR="snps"
CT_KERNEL_LINUX=y
CT_LIBC_UCLIBC=y
CT_ARCH_CPU="arc700"
3 changes: 3 additions & 0 deletions samples/arc-arc700-linux-uclibc/reported.by
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
reporter_name="Alexey Brodkin"
reporter_url="http://embarc.org"
reporter_comment="ARCompact default Linux toolchain"
7 changes: 7 additions & 0 deletions samples/arc-archs-linux-uclibc/crosstool.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CT_ARCH_ARC=y
CT_TARGET_ALIAS="arc-linux"
CT_TARGET_CFLAGS="-matomic"
CT_TARGET_VENDOR="snps"
CT_KERNEL_LINUX=y
CT_LIBC_UCLIBC=y
CT_ARCH_CPU="hs38"
3 changes: 3 additions & 0 deletions samples/arc-archs-linux-uclibc/reported.by
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
reporter_name="Alexey Brodkin"
reporter_url="http://embarc.org"
reporter_comment="ARCv2 default Linux toolchain"

0 comments on commit 66e0a25

Please sign in to comment.