diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-31 08:47:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-07-31 08:47:08 -0700 |
commit | baa7a53f8b83914c56ce248f101956b16bc1036d (patch) | |
tree | cf99455d172d881071a376ab1e0927c91f0dc71f /recipes-devtools/clang/common.inc | |
parent | 56de005d89791ad33b58717103be92733f9258e4 (diff) | |
download | meta-clang-baa7a53f8b83914c56ce248f101956b16bc1036d.tar.gz |
libcxx: Merge libcxxabi needs into libcxx
This is preferred way of building libc++ and
it also means we do not need musl specific tweaks
since top level build from llvm already know
musl and make right choices
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index faac40d..9691e6a 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -29,8 +29,3 @@ LIBCXXABIPATCHES ="\ | |||
29 | LIBCXXPATCHES = "\ | 29 | LIBCXXPATCHES = "\ |
30 | file://0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch;patchdir=projects/libcxx \ | 30 | file://0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch;patchdir=projects/libcxx \ |
31 | " | 31 | " |
32 | |||
33 | LIBCXXPATCHES_append_libc-musl = "\ | ||
34 | file://0001-libcxx-use-constexpr-when-using-glibc.patch;patchdir=projects/libcxx \ | ||
35 | " | ||
36 | |||