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 50a8cb7..bf29364 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
| @@ -61,7 +61,8 @@ do_install:append () { | |||
| 61 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | 61 | rmdir --ignore-fail-on-non-empty ${D}${libdir} |
| 62 | fi | 62 | fi |
| 63 | # Already shipped with compile-rt Orc support | 63 | # Already shipped with compile-rt Orc support |
| 64 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-x86_64.a | 64 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-*.a |
| 65 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/include/orc/ | ||
| 65 | } | 66 | } |
| 66 | 67 | ||
| 67 | FILES_SOLIBSDEV = "" | 68 | FILES_SOLIBSDEV = "" |
