diff --git a/configs/bambino-200e/Kconfig b/configs/bambino-200e/Kconfig index 3892c96da7..dba37f0c0f 100644 --- a/configs/bambino-200e/Kconfig +++ b/configs/bambino-200e/Kconfig @@ -4,4 +4,13 @@ # if ARCH_BOARD_BAMBINO_200E + +config CXX_LINK_GNUTOOL_LIB + bool "Link to GNU Toolchain Libraries" + default n + depends on ARM_TOOLCHAIN_GNU + ---help--- + This option enable NuttX build system to link with GNU Toolchain + libraries. Mainly stdlib++ and newlib nano. + endif diff --git a/libxx/Kconfig b/libxx/Kconfig index 03871c3f1a..4707bb8715 100644 --- a/libxx/Kconfig +++ b/libxx/Kconfig @@ -38,14 +38,6 @@ config CXX_NEWLONG C++ library routines because the NuttX size_t might not have the same underlying type as your toolchain's size_t. -config CXX_LINK_GNUTOOL_LIB - bool "Link to GNU Toolchain Libraries" - default n - depends on ARM_TOOLCHAIN_GNU - ---help--- - This option enable NuttX build system to link with GNU Toolchain - libraries. Mainly stdlib++ and newlib nano. - comment "uClibc++ Standard C++ Library" config UCLIBCXX