blob: 5fcffb7f4bfc3416dd66a8cbed253ab1b32cf3f2 [file] [log] [blame]
# -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