Barto22 commented on code in PR #17826:
URL: https://github.com/apache/nuttx/pull/17826#discussion_r2680894299


##########
libs/libxx/libcxxabi/Make.defs:
##########
@@ -51,6 +53,9 @@ ifeq ($(CONFIG_LIBCXXABI), y)
 CXXFLAGS += ${DEFINE_PREFIX}LIBCXX_BUILDING_LIBCXXABI
 CXXFLAGS += -I $(TOPDIR)/libs/libxx/libcxxabi/libcxxabi/include
 
+# Define _LIBCPP_HAS_NO_THREADS for no-threading builds
+CXXFLAGS += ${DEFINE_PREFIX}_LIBCPP_HAS_NO_THREADS

Review Comment:
   Ok, I will add it. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to