summaryrefslogtreecommitdiffstats
path: root/package/python-msgpack/python-msgpack.hash
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-27 22:25:25 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-01 19:32:42 +0100
commitd9c26b1ffc0907483d2743b644999d9d505a01a8 (patch)
treefae2ecb123444c01f326760f688fe4ea13fe6833 /package/python-msgpack/python-msgpack.hash
parent60a062b74f01e3d97ece56094b39d021d438bc05 (diff)
downloadbuildroot-d9c26b1ffc0907483d2743b644999d9d505a01a8.tar.gz
buildroot-d9c26b1ffc0907483d2743b644999d9d505a01a8.zip
mongrel2: allow using uClibc but only on certain architectures
mongrel2 uses the {get,make,swap}context functions: - With glibc, no problem, they are available on all supported architectures - With uClibc, they are available only on a subset of the architectures. Until now, only BR2_UCLIBC_VERSION_SNAPSHOT configurations were allowed to select mongrel2, but we are going to get rid of the uClibc snapshot version, and uClibc-ng is as capable as the uClibc snapshot. However, only certain architectures have the *context() functions. - With musl, there is no *context() support. Since this dependency is quite complicated, we introduce a BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS hidden boolean to encode which C libraries are supported. Also, listing the supported uClibc architectures would be too long in the comment, so we simply indicate that the package needs uClibc or glibc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-msgpack/python-msgpack.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud