zyfeier commented on code in PR #14805:
URL: https://github.com/apache/nuttx/pull/14805#discussion_r1843318278


##########
arch/xtensa/src/lx6/Toolchain.defs:
##########
@@ -155,6 +155,10 @@ ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
   ARCHOPTIMIZATION += $(CONFIG_DEBUG_SYMBOLS_LEVEL)
 endif
 
+ifeq ($(CONFIG_LIBC_ARCH_ATOMIC),y)
+  ARCHCFLAGS += -D__STDC_NO_ATOMICS__

Review Comment:
   Done
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to