v-zhangxiaomeng5 opened a new pull request, #17990: URL: https://github.com/apache/nuttx/pull/17990
libcxxmini shall not stay the same layer of LIBCXX, move it down to ABI library layer. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Add a new macro LIBCXXNONE in c++ STL layer, which means there is no default STL library(remain same behavior as before). Move libcxxmini library from STL layer to the ABI layer and also change its name to libminiabi. ## Impact The default behavior i.e. no default c++ STL library but with a default ABI library(i.e. libminiabi) remains, so no impact. ## Testing CI test. -- 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]
