diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-02-09 08:45:14 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-09 19:27:13 -0800 |
| commit | cc4e8f1fa898b075264ee860bcf82d4cfce94573 (patch) | |
| tree | ddda1410ab245173eb28f7a578de46d55b7d67cf /recipes-support | |
| parent | 986656d1d698c49c2f6809631837c69dd2ab7f7d (diff) | |
| download | meta-clang-cc4e8f1fa898b075264ee860bcf82d4cfce94573.tar.gz | |
libunwind: Use static version from libcxx
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/libunwind/libunwind_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/libunwind/libunwind_%.bbappend b/recipes-support/libunwind/libunwind_%.bbappend new file mode 100644 index 0000000..6ce6935 --- /dev/null +++ b/recipes-support/libunwind/libunwind_%.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | # For clang libunwind.a comes from libcxx | ||
| 3 | EXTRA_OECONF_remove_toolchain-clang = "--enable-static" | ||
| 4 | EXTRA_OECONF_append_toolchain-clang = " --disable-static" | ||
