diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-27 22:25:25 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-01 19:32:42 +0100 |
commit | d9c26b1ffc0907483d2743b644999d9d505a01a8 (patch) | |
tree | fae2ecb123444c01f326760f688fe4ea13fe6833 /package/python-msgpack | |
parent | 60a062b74f01e3d97ece56094b39d021d438bc05 (diff) | |
download | buildroot-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')
0 files changed, 0 insertions, 0 deletions