]> code.ossystems Code Review - openembedded-core.git/commit
multilib_header: recognize BPF as a target
authorDaniel Díaz <daniel.diaz@linaro.org>
Tue, 14 Aug 2018 14:47:03 +0000 (09:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2018 11:43:55 +0000 (12:43 +0100)
commit58abe666d3bad7a915c244c61085482e94b3d549
treeb69e9b647540d2b286cd2250456aa78c3b7b1533
parentbdf13518e79ab949c4320226a399ee4a3913ee30
multilib_header: recognize BPF as a target

When building with `clang -target bpf` using the
multilib_header, a recursion was unavoidable because
bits/wordsize.h would #include itself, still lacking
a definition for __MHWORDSIZE or __WORDSIZE.

(From OE-Core rev: 70b41b3c335a80b4ac243f468f22331d261299db)

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/multilib_header_wrapper.h