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/27 01:56:15 UTC

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2131: libxx: Use Kconfig "choice" to specify an implemenetation

v01d commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r512370181



##########
File path: libs/libxx/Kconfig
##########
@@ -22,6 +22,34 @@ config HAVE_CXX
 
 if HAVE_CXX
 
+choice
+	prompt "C++ Library"
+	default NUTTXCXX
+
+config NUTTXCXX
+	bool "NuttX C++ library"

Review comment:
       maybe NUTTX_LIBXX?




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