diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-12 09:54:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-13 08:27:17 +0000 |
commit | d17984eda9635f98d4472019d4af83f661b4dfe7 (patch) | |
tree | 3557c127b4d2898f252d23b8c1690ba269386fb3 /meta/recipes-devtools | |
parent | 1f07dcfcecbd42f947b83c6f75d1a66186bcad68 (diff) | |
download | openembedded-core-d17984eda9635f98d4472019d4af83f661b4dfe7.tar.gz openembedded-core-d17984eda9635f98d4472019d4af83f661b4dfe7.tar.bz2 openembedded-core-d17984eda9635f98d4472019d4af83f661b4dfe7.zip |
ltp: Upgrade to 20160126 and fix build on musl
pass -D__SANE_USERSPACE_TYPES__ to CFLAGS
MIPS64/PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h
prevents 64-bit userland from seeing this definition, instead
defaulting to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__
to get int-ll64.h included.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions