summaryrefslogtreecommitdiff
path: root/arch/arch.mk.arc
blob: 5fcffb7f4bfc3416dd66a8cbed253ab1b32cf3f2 (plain)
1
2
3
4
# -matomic is always required when the ARC core has the atomic extensions
ifeq ($(BR2_arc)$(BR2_ARC_ATOMIC_EXT),yy)
ARCH_TOOLCHAIN_WRAPPER_OPTS = -matomic
endif