You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/02 03:21:53 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4453: libs/libxx: Enforce RTTI for building libcxxabi

xiaoxiang781216 commented on a change in pull request #4453:
URL: https://github.com/apache/incubator-nuttx/pull/4453#discussion_r700714779



##########
File path: libs/libxx/libcxxabi.defs
##########
@@ -55,6 +55,9 @@ else
 CPPSRCS += cxa_noexception.cpp
 endif
 
+# RTTI is required for building the libcxxabi library
+CXXFLAGS += -frtti

Review comment:
       @gustavonihei  libcxx/uClibc++ share the same CXXFLAGS with libcxxabi, this change will enable rtti for the standard library.




-- 
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-unsubscribe@nuttx.apache.org

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