Files
buildroot/arch/arch.mk.arc
2019-09-25 20:52:32 -03:00

5 lines
161 B
Plaintext

# -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