diff options
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index f19954a..241aeb6 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb | |||
@@ -12,6 +12,8 @@ TOOLCHAIN = "clang" | |||
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" | 13 | LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" |
14 | 14 | ||
15 | LDFLAGS:append = " -fuse-ld=lld" | ||
16 | |||
15 | inherit cmake pkgconfig perlnative | 17 | inherit cmake pkgconfig perlnative |
16 | 18 | ||
17 | DEPENDS += "elfutils libffi clang" | 19 | DEPENDS += "elfutils libffi clang" |