summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/highway/highway_1.1.0.bb2
-rw-r--r--meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb3
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/highway/highway_1.1.0.bb b/meta-oe/recipes-extended/highway/highway_1.1.0.bb
index ec9d8f742d..11d9e7cddf 100644
--- a/meta-oe/recipes-extended/highway/highway_1.1.0.bb
+++ b/meta-oe/recipes-extended/highway/highway_1.1.0.bb
@@ -13,3 +13,5 @@ S = "${WORKDIR}/git"
13 13
14EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" 14EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
15CXXFLAGS:append:arm = " -mfp16-format=ieee" 15CXXFLAGS:append:arm = " -mfp16-format=ieee"
16# Option not supported with clang and its default format for __fp16 anyway with clang
17CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb
index 0c4f79fdb4..142b283614 100644
--- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb
@@ -39,4 +39,5 @@ PACKAGECONFIG[mime] = "-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIM
39FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" 39FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
40 40
41CXXFLAGS:append:arm = " -mfp16-format=ieee" 41CXXFLAGS:append:arm = " -mfp16-format=ieee"
42 42# Option not supported with clang and its default format for __fp16 anyway with clang
43CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"