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]> --- .../clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.11.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.11.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.11.bb index b359b66..297f449 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.11.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.11.bb @@ -29,9 +29,6 @@ RDEPENDS_${PN} += "opencl-clang" EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=9.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" -LDFLAGS_append_class-native = " -fuse-ld=lld" -TOOLCHAIN_class-native = "clang" - BBCLASSEXTEND = "native nativesdk" UPSTREAM_CHECK_GITTAGREGEX = "^igc-(?P<pver>(?!19\..*)\d+(\.\d+)+)$" -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
