diff options
| -rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 0444839..bdf8fe3 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
| @@ -65,7 +65,8 @@ do_install:append () { | |||
| 65 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | 65 | rmdir --ignore-fail-on-non-empty ${D}${libdir} |
| 66 | fi | 66 | fi |
| 67 | # Already shipped with compile-rt Orc support | 67 | # Already shipped with compile-rt Orc support |
| 68 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-x86_64.a | 68 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-*.a |
| 69 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/include/orc/ | ||
| 69 | } | 70 | } |
| 70 | 71 | ||
| 71 | FILES_SOLIBSDEV = "" | 72 | FILES_SOLIBSDEV = "" |
