diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-30 08:57:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-31 14:31:02 +0100 |
commit | 21a919c821ad7c7e5dc29d4e8d4b9f9ca95c75bb (patch) | |
tree | 88e9d9c6dde989ed51dada58fe45b92c3be68f3b /Makefile | |
parent | aa0f01f1cde42b2e65bfa9b34981860fc135f0d6 (diff) | |
download | poky-21a919c821ad7c7e5dc29d4e8d4b9f9ca95c75bb.tar.gz |
libucontext: Switch to meson build system
cross compiling with meson is easier than the plain makefile build
method that libucontext has, there were bunch of problems passing
compiler and make variables, compounded by the fact that makefile
decided on some compiler flags internally and thought that cflags are
synthesized completely in makefile and not passed from environment like
OE is doing. As a result some features were not being compiled in e.g.
function name aliases were missing
meson, on the other hand is cleaner and we have to add a patch to
support cpu architecture on meson cmdline, everything else pretty much
works out of box
(From OE-Core rev: 6e186e75d62e1afabd19a339924b66eac1418274)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions