diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-27 11:38:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-08-27 11:38:12 -0700 |
commit | ee9c6d0459ded61946ff55fb71fd5c7187db4235 (patch) | |
tree | daa3b61df8311058771650bb2ac2c7b3c0f5afc7 /recipes-devtools/clang/common.inc | |
parent | 8d704de1def10f4d9a3431b9544ce26d79ba32c5 (diff) | |
download | meta-clang-ee9c6d0459ded61946ff55fb71fd5c7187db4235.tar.gz |
libcxx: Fix build on ARM due to libcxxabi not finding libunwind sources
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 93463b7..194f554 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -24,6 +24,7 @@ CLANGPATCHES += "${@'file://0007-clang-Enable-SSP-and-PIE-by-default.patch;patch | |||
24 | 24 | ||
25 | # libcxxabi patches | 25 | # libcxxabi patches |
26 | LIBCXXABIPATCHES ="\ | 26 | LIBCXXABIPATCHES ="\ |
27 | file://0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch;patchdir=projects/libcxxabi \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | # libc++ patches | 30 | # libc++ patches |