summaryrefslogtreecommitdiffstats
path: root/rules/cxxtools.make
Commit message (Collapse)AuthorAgeFilesLines
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cxxtools: autodetecting the atomic type does not work for arm64Michael Olbrich2017-01-151-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cxxtools: fix building with thumb toolchainsMichael Olbrich2014-06-271-0/+5
| | | | | | | | | | | configure fails if the compiler uses thumb mode by default: [...] checking atomic type... configure: error: check for atomictype failed [...] Work around this limitation by using ARM mode for this package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cxxtools: Add missing libs to install targetBernhard Sessler2014-02-181-0/+5
| | | | | Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cxxtools: Add new packageBernhard Sessler2014-02-111-0/+59
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>