arch.mk.arc 161 B

1234
  1. # -matomic is always required when the ARC core has the atomic extensions
  2. ifeq ($(BR2_arc)$(BR2_ARC_ATOMIC_EXT),yy)
  3. ARCH_TOOLCHAIN_WRAPPER_OPTS = -matomic
  4. endif