crosstool-ng/samples/arc-arc700-linux-uclibc/crosstool.config
Alexey Brodkin 66e0a25fd3 Add ARC700 and ARC HS38 Linux samples
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>
2018-05-15 16:41:20 +03:00

8 lines
150 B
Plaintext

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"