diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2019-04-17 10:36:14 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2019-04-17 10:36:14 +0300 |
commit | 32e945e764136a1b1d12fc6e606171b619f1b7a3 (patch) | |
tree | 5f5889674b538d24def64fdf5440f60fb09c9b55 /samples/arc-archs-linux-gnu | |
parent | 01c04bf50203da05cf197e0d41ed92d10d3315ba (diff) | |
download | crosstool-ng-32e945e764136a1b1d12fc6e606171b619f1b7a3.tar.gz crosstool-ng-32e945e764136a1b1d12fc6e606171b619f1b7a3.tar.bz2 crosstool-ng-32e945e764136a1b1d12fc6e606171b619f1b7a3.zip |
Add Glibc toolchain sample for ARC HS
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'samples/arc-archs-linux-gnu')
-rw-r--r-- | samples/arc-archs-linux-gnu/crosstool.config | 6 | ||||
-rw-r--r-- | samples/arc-archs-linux-gnu/reported.by | 3 |
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 00000000..ad39f70a --- /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 00000000..a3aad7f1 --- /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" |