diff options
-rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 50fc865..f1327de 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
@@ -62,6 +62,8 @@ do_install_append () { | |||
62 | mv ${D}${libdir}/clang ${D}${nonarch_libdir}/clang | 62 | mv ${D}${libdir}/clang ${D}${nonarch_libdir}/clang |
63 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | 63 | rmdir --ignore-fail-on-non-empty ${D}${libdir} |
64 | fi | 64 | fi |
65 | # Already shipped with compile-rt Orc support | ||
66 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-x86_64.a | ||
65 | } | 67 | } |
66 | 68 | ||
67 | FILES_SOLIBSDEV = "" | 69 | FILES_SOLIBSDEV = "" |