Barto22 commented on code in PR #17826:
URL: https://github.com/apache/nuttx/pull/17826#discussion_r2681195348
##########
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:
Support for threads is added. I will test it and check all builds are
passing. For now I'm resolving this comment.
--
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]