mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-04 10:00:48 +00:00
66e0a25fd3
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>
8 lines
148 B
Plaintext
8 lines
148 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="hs38"
|