[meta-intel] [PATCH v2 3/3] intel-compute-runtime: use default TOOLCHAIN

Naveen Saini naveen.kumar.saini at intel.com
Wed Oct 9 22:26:14 PDT 2019


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 <naveen.kumar.saini at intel.com>
---
 .../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



More information about the meta-intel mailing list