Move CONFIG_CXX_LINK_GNUTOOL_LIB from libxx/Kconfig to configs/bambino-200e/Kconfig
This commit is contained in:
parent
8190e08948
commit
ea9ac44171
@ -4,4 +4,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
if ARCH_BOARD_BAMBINO_200E
|
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
|
endif
|
||||||
|
@ -38,14 +38,6 @@ config CXX_NEWLONG
|
|||||||
C++ library routines because the NuttX size_t might not have
|
C++ library routines because the NuttX size_t might not have
|
||||||
the same underlying type as your toolchain's size_t.
|
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"
|
comment "uClibc++ Standard C++ Library"
|
||||||
|
|
||||||
config UCLIBCXX
|
config UCLIBCXX
|
||||||
|
Loading…
Reference in New Issue
Block a user