LLD linker is no longer the default for clang-native, so we can build binaries linking to clang-native using GNU ld.
Signed-off-by: Naveen Saini <[email protected]> --- .../compute-runtime/intel-compute-runtime_19.35.13977.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb index 71330a6..b3e8f4a 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb @@ -35,9 +35,6 @@ EXTRA_OECMAKE = " \ -DCCACHE_ALLOWED=FALSE \ " -LDFLAGS_append_class-native = " -fuse-ld=lld" -TOOLCHAIN_class-native = "clang" - FILES_${PN} += "${libdir}/intel-opencl/libigdrcl.so" BBCLASSEXTEND = "native nativesdk" -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
