buildroot/arch/arch.mk.arc

9 lines
179 B
Plaintext
Raw Normal View History

2024-02-18 09:22:07 +08:00
ifeq ($(BR2_arc),y)
# -matomic is always required when the ARC core has the atomic extensions
ifeq ($(BR2_ARC_ATOMIC_EXT),y)
ARCH_TOOLCHAIN_WRAPPER_OPTS += -matomic
endif
endif