mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +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
150 B
Plaintext
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"
|