summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2019-04-17 07:36:14 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2019-04-17 07:36:14 (GMT)
commit32e945e764136a1b1d12fc6e606171b619f1b7a3 (patch)
tree5f5889674b538d24def64fdf5440f60fb09c9b55 /samples
parent01c04bf50203da05cf197e0d41ed92d10d3315ba (diff)
Add Glibc toolchain sample for ARC HS
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/arc-archs-linux-gnu/crosstool.config6
-rw-r--r--samples/arc-archs-linux-gnu/reported.by3
2 files changed, 9 insertions, 0 deletions
diff --git a/samples/arc-archs-linux-gnu/crosstool.config b/samples/arc-archs-linux-gnu/crosstool.config
new file mode 100644
index 0000000..ad39f70
--- /dev/null
+++ b/samples/arc-archs-linux-gnu/crosstool.config
@@ -0,0 +1,6 @@
+CT_CONFIG_VERSION="3"
+CT_ARCH_ARC=y
+CT_ARCH_CPU="archs"
+CT_TARGET_VENDOR="snps"
+CT_TARGET_ALIAS="arc-linux"
+CT_KERNEL_LINUX=y
diff --git a/samples/arc-archs-linux-gnu/reported.by b/samples/arc-archs-linux-gnu/reported.by
new file mode 100644
index 0000000..a3aad7f
--- /dev/null
+++ b/samples/arc-archs-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Alexey Brodkin"
+reporter_url="http://embarc.org"
+reporter_comment="ARCv2 Glibc Linux toolchain"