summaryrefslogtreecommitdiffstats
path: root/rules/cxxtools.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cxxtools.in')
-rw-r--r--rules/cxxtools.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/cxxtools.in b/rules/cxxtools.in
new file mode 100644
index 000000000..c009b5a8c
--- /dev/null
+++ b/rules/cxxtools.in
@@ -0,0 +1,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.