diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-04-03 08:17:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-03 17:44:23 -0700 |
| commit | 167d9f39d07da133fda786b7be40f2b8275e2d5f (patch) | |
| tree | 9517b03225d427d09e13e87e0eead84d07464526 /meta-oe/recipes-multimedia | |
| parent | fa235b26a8181dcc9f995aa53467f2f9c4ac5ea3 (diff) | |
| download | meta-openembedded-167d9f39d07da133fda786b7be40f2b8275e2d5f.tar.gz | |
highway,libjxl: Remove -mfp16-format=ieee when using clang compiler
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
| -rw-r--r-- | meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 39 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" | 39 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" |
| 40 | 40 | ||
| 41 | CXXFLAGS:append:arm = " -mfp16-format=ieee" | 41 | CXXFLAGS:append:arm = " -mfp16-format=ieee" |
| 42 | 42 | # Option not supported with clang and its default format for __fp16 anyway with clang | |
| 43 | CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" | ||
