blob: cd37ca2db926ead5e7cb22267ef4d67d6ffcde04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_PACKAGE_UCLIBCXX
prompt "uClibc++............. C++ library for embedded systems"
tristate
depends on ADK_TARGET_LIB_UCLIBC_NG
default n
help
A standard C++ library for embedded systems
|