diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-30 07:36:02 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-17 05:57:10 -0700 |
| commit | 353934eb66fc819622c86b856962af776dd6f242 (patch) | |
| tree | 82b2d165041afd00ca55671a7c9d00100d24f9dd /meta-oe/recipes-support | |
| parent | 3a34f2f641770ccd16a92930d2cda4b6c74e3615 (diff) | |
| download | meta-openembedded-353934eb66fc819622c86b856962af776dd6f242.tar.gz | |
libcereal: Enable for glibc/ppc
The error is not observed with glibc latest clang 14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f3d8e41b9d9b6fa6df92178f379d18f7e7a6478a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb index fc4fad708a..80c962ead4 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb | |||
| @@ -45,6 +45,6 @@ RDEPENDS:${PN}-dev = "" | |||
| 45 | 45 | ||
| 46 | BBCLASSEXTEND = "native nativesdk" | 46 | BBCLASSEXTEND = "native nativesdk" |
| 47 | 47 | ||
| 48 | #it needs to work with CXXFLAGS += " -mlong-double-64" but ppc64 only supports 128bit long double | 48 | #it needs to work with CXXFLAGS += " -mlong-double-64" but ppc only supports 128bit long double |
| 49 | COMPATIBLE_HOST:powerpc64le = "null" | 49 | COMPATIBLE_HOST:powerpc:libc-musl = "null" |
| 50 | COMPATIBLE_HOST:powerpc = "null" | 50 | COMPATIBLE_HOST:powerpc64le:libc-musl = "null" |
