summaryrefslogtreecommitdiffstats
path: root/rules/cxxtools.in
blob: c009b5a8c7317eef5475b2927f1a16aad70f2db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=system_libraries

config CXXTOOLS
	tristate
	prompt "cxxtools"
	select LIBC_PTHREAD
	select GCCLIBS_GCC_S
	select GCCLIBS_CXX
	help
	  Cxxtools is a comprehensive C++ class library for Unix
	  and Linux. The library includes classes for
	  serialization, unicode text, multi threading,
	  networking, rpc, http client and server, xml,
	  logging and many more.