diff options
| author | Robin Lee <cheeselee@fedoraproject> | 2018-03-03 16:32:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-03-03 02:00:11 -0800 |
| commit | df17e65a7e23c8e095edf523744e027ec6e73573 (patch) | |
| tree | ed90156e42c7c1460313fc8ce38872232f341788 | |
| parent | 32305699e5de8ca806db0ba08dbf75bdbf85fe97 (diff) | |
| download | meta-clang-df17e65a7e23c8e095edf523744e027ec6e73573.tar.gz | |
llvm/libunwind: Fix install target
Signed-off-by: Robin Lee <cheeselee@fedoraproject>
| -rw-r--r-- | recipes-devtools/clang/libcxx_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 57f0654..7d66eec 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb | |||
| @@ -58,7 +58,7 @@ EXTRA_OECMAKE_append_libc-musl = " -DLIBCXX_HAS_MUSL_LIBC=ON " | |||
| 58 | COMPILE_TARGETS ?= "unwind cxxabi" | 58 | COMPILE_TARGETS ?= "unwind cxxabi" |
| 59 | COMPILE_TARGETS_mipsarch = "cxxabi" | 59 | COMPILE_TARGETS_mipsarch = "cxxabi" |
| 60 | 60 | ||
| 61 | INSTALL_TARGETS ?= "projects/libunwind/install install-cxxabi" | 61 | INSTALL_TARGETS ?= "install-unwind install-cxxabi" |
| 62 | INSTALL_TARGETS_mipsarch = "install-cxxabi" | 62 | INSTALL_TARGETS_mipsarch = "install-cxxabi" |
| 63 | 63 | ||
| 64 | do_compile() { | 64 | do_compile() { |
