summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/highway/highway_1.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/highway/highway_1.3.0.bb b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
index 81b71b1f21..d279994301 100644
--- a/meta-oe/recipes-extended/highway/highway_1.3.0.bb
+++ b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
@@ -16,3 +16,5 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
16CXXFLAGS:append:arm = " -mfp16-format=ieee" 16CXXFLAGS:append:arm = " -mfp16-format=ieee"
17# Option not supported with clang and its default format for __fp16 anyway with clang 17# Option not supported with clang and its default format for __fp16 anyway with clang
18CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" 18CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"
19
20BBCLASSEXTEND = "native"