From 00c4176e028d2b306aa353f0973ab83fd3dce525 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 10 Oct 2019 13:26:14 +0800 Subject: intel-compute-runtime: use default TOOLCHAIN 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 Signed-off-by: Anuj Mittal --- .../compute-runtime/intel-compute-runtime_19.35.13977.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'dynamic-layers') 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 71330a65..b3e8f4a1 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" -- cgit v1.2.3-54-g00ecf