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


##########
libs/libxx/libcxx/Make.defs:
##########
@@ -32,11 +32,12 @@ libcxx/libcxx: libcxx-$(LIBCXX_VERSION).src.tar.xz
                 --exclude libcxx-$(LIBCXX_VERSION).src/test/std/pstl
        $(Q) mv libcxx-$(LIBCXX_VERSION).src $@
        $(Q) patch -p0 < libcxx/0001_fix_stdatomic_h_miss_typedef.patch -d 
libcxx
-       $(Q) patch -p2 < libcxx/mbstate_t.patch -d libcxx
        $(Q) patch -p0 < libcxx/0001-libcxx-remove-mach-time-h.patch -d libcxx
        $(Q) patch -p0 < libcxx/0001-libcxx-fix-ld-errors.patch -d libcxx
        $(Q) patch -p0 < libcxx/0001-Fix-build-error-about-__GLIBC__.patch -d 
libcxx
-       $(Q) patch -p0 < libcxx/0001-libc-Fix-failures-with-GCC-14-92663.patch 
-d libcxx
+       $(Q) patch -p0 < libcxx/0002-libcxx-decay-and-tzdb-fixes.patch -d libcxx
+       $(Q) patch -p0 < libcxx/mbstate_t.patch -d libcxx
+       $(Q) cp $(CURDIR)/__assertion_handler 
libcxx/libcxx/include/__assertion_handler

Review Comment:
   https://github.com/llvm/llvm-project/blob/main/libcxx/include/__assert 
   There is a need to provide assertion_handler



-- 
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