mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
b2d2bdd8f1
commit
00c4176e02
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user