summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-10-10 13:26:14 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-10-21 07:18:55 +0800
commit00c4176e028d2b306aa353f0973ab83fd3dce525 (patch)
tree277ba6ad7c274bda2d860ed1c90090e52a6ec247 /dynamic-layers
parentb2d2bdd8f13926f3c0e27d0bc93fa873eee9f81e (diff)
downloadmeta-intel-00c4176e028d2b306aa353f0973ab83fd3dce525.tar.gz
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 <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb3
1 files changed, 0 insertions, 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 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 = " \
35 -DCCACHE_ALLOWED=FALSE \ 35 -DCCACHE_ALLOWED=FALSE \
36 " 36 "
37 37
38LDFLAGS_append_class-native = " -fuse-ld=lld"
39TOOLCHAIN_class-native = "clang"
40
41FILES_${PN} += "${libdir}/intel-opencl/libigdrcl.so" 38FILES_${PN} += "${libdir}/intel-opencl/libigdrcl.so"
42 39
43BBCLASSEXTEND = "native nativesdk" 40BBCLASSEXTEND = "native nativesdk"