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 2020/10/22 16:56:01 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2065: libc: Add quick_exit/at_quick_exit declaration to make libcxx happy

xiaoxiang781216 commented on pull request #2065:
URL: https://github.com/apache/incubator-nuttx/pull/2065#issuecomment-714627078


   > my understanding is that:
   > 
   > * this is necessary only if _LIBCPP_HAS_QUICK_EXIT is defined
   > * _LIBCPP_HAS_QUICK_EXIT should not be defined for nuttx
   > 
   > am i missing something?
   
   Yes, it's true on the real hardware. But it's more complex on simulator(both Linux and macOS) because libcxx has the preprocess logic to detect the compiling target and unfortunately libcxx detect sim target is Linux/macOS but not NuttX.


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

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