mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
libcereal: Enable for glibc/ppc
The error is not observed with glibc latest clang 14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
42e6f16583
commit
f3d8e41b9d
|
|
@ -45,6 +45,6 @@ RDEPENDS:${PN}-dev = ""
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc64 only supports 128bit long double
|
#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc only supports 128bit long double
|
||||||
COMPATIBLE_HOST:powerpc64le = "null"
|
COMPATIBLE_HOST:powerpc:libc-musl = "null"
|
||||||
COMPATIBLE_HOST:powerpc = "null"
|
COMPATIBLE_HOST:powerpc64le:libc-musl = "null"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user