mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
multilib_header: Fall back to worsize form libc for bpf target
Setting bpf to use 64bit for wordlength is not right, it happens to work perhaps becuase the targets its being run on are 64bit inherently (From OE-Core rev: 6d8c7e3426a74b1bc4752d508f68548480955853) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
55b6734be9
commit
c131b23cdb
|
@ -5,9 +5,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined (__bpf__)
|
#if defined (__arm__)
|
||||||
#define __MHWORDSIZE 64
|
|
||||||
#elif defined (__arm__)
|
|
||||||
#define __MHWORDSIZE 32
|
#define __MHWORDSIZE 32
|
||||||
#elif defined (__aarch64__) && defined ( __LP64__)
|
#elif defined (__aarch64__) && defined ( __LP64__)
|
||||||
#define __MHWORDSIZE 64
|
#define __MHWORDSIZE 64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user