Lines Matching full:library
30 Adding this to your library's enablement Kconfig will force a minimum
81 bool "Require complete C++ standard library"
84 Indicates that a full C++ standard library is required, either by
86 library implementation.
91 Selected when the target has at least one C++ library that offers a
96 prompt "C++ Standard Library Implementation"
103 bool "Minimal C++ Library"
106 Build with the minimal C++ library provided by Zephyr.
108 The Zephyr minimal C++ library only provides a very limited subset
109 of the standard C++ library and is mainly intended for use with the
110 applications that do not require the Standard Template Library (STL).
113 bool "GNU C++ Standard Library"
118 Build with GNU C++ Standard Library (libstdc++) provided by the GNU
122 bool "LLVM C++ Standard Library"
128 Build with LLVM C++ Standard Library (libc++) provided by LLVM
129 toolchain. Information about library can be found at
133 bool "ARC MWDT C++ Library"
137 Build with ARC MetaWare C++ Standard Library provided by the ARC
141 bool "External C++ standard library"
143 Build and link with an external/user-provided C++ standard library.
146 bool "External C++ standard library module"
148 Build an external/user-provided C++ standard library.