2
1

arch.mk.arc 179 B

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