summaryrefslogtreecommitdiffstats
path: root/rules/cxxtools.in
diff options
context:
space:
mode:
authorBernhard Sessler <bernhard.sessler@corscience.de>2014-02-05 13:36:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-11 11:57:25 +0100
commitbd148b48bdf8cfbd39f43b6f51b6568491fb857c (patch)
tree4b1133ef0c484274126e4d43ece462b30cc4df99 /rules/cxxtools.in
parent9664fa3e240eb34ab138700fbe98b65dff81accd (diff)
downloadptxdist-bd148b48bdf8cfbd39f43b6f51b6568491fb857c.tar.gz
ptxdist-bd148b48bdf8cfbd39f43b6f51b6568491fb857c.tar.xz
cxxtools: Add new package
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. Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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.