blob: 4af136a06281c076c92dbd53efb56e8b0064bbd1 (
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
default n
help
A standard C++ library for embedded systems
|