You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
179 B
9 lines
179 B
8 months ago
|
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
|