anchao commented on code in PR #15774:
URL: https://github.com/apache/nuttx/pull/15774#discussion_r1947440277


##########
libs/libxx/Kconfig:
##########
@@ -71,7 +71,6 @@ if !LIBCXXMINI
 
 choice
        prompt "C++ low level library select"
-       default LIBCXXABI if ARCH_SIM && HOST_MACOS

Review Comment:
   I mean why not just remove HOST_MACOS:
   
   default LIBCXXABI if ARCH_SIM && HOST_MACOS
   ->
   default LIBCXXABI if ARCH_SIM



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

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

Reply via email to