OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / STLport / Kconfig
1 config LIB_STLPORT
2         bool "Build STLport"
3         default n
4         help
5           A replacement to libstdc++.  It is smaller than the gcc version.
6
7 config LIB_STLPORT_SHARED
8         bool "Build STLport as shared"
9         depends on LIB_STLPORT
10         help
11           Build a shared library version of libstdc++.