summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-04 11:15:43 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-07 09:13:54 -0700
commit1d4117744d4a1a8349b832868afe53281d789d04 (patch)
tree11b872482c701bb6f7021435dfd9934c51488da5 /recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
parent9fd82b1647461de153c8da5eaa606f93cb933e34 (diff)
downloadmeta-clang-1d4117744d4a1a8349b832868afe53281d789d04.tar.gz
clang: Define PYTHON_LIBRARY and PYTHON_INCLUDE_DIR
- Update at the same time to latest on 9.x - Update patches to drop patch numbers - Drop lldb from search python interpreter Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch')
-rw-r--r--recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch b/recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
index bdd148e..6d7588c 100644
--- a/recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
+++ b/recipes-devtools/clang/clang/0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
@@ -1,7 +1,7 @@
1From 112e33992bbe21dceb1d14978585bd9d083648ec Mon Sep 17 00:00:00 2001 1From 90be1a0713994d6ca8885e1424950217472dfda8 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 27 Aug 2017 10:37:49 -0700 3Date: Sun, 27 Aug 2017 10:37:49 -0700
4Subject: [PATCH 02/20] libcxxabi: Find libunwind headers when 4Subject: [PATCH] libcxxabi: Find libunwind headers when
5 LIBCXXABI_LIBUNWIND_INCLUDES is set 5 LIBCXXABI_LIBUNWIND_INCLUDES is set
6 6
7Currently, when LIBCXXABI_LIBUNWIND_INCLUDES is set via CMake arguments 7Currently, when LIBCXXABI_LIBUNWIND_INCLUDES is set via CMake arguments
@@ -62,6 +62,3 @@ index ce69fff1370..47e09e34fc2 100644
62 # Add source code. This also contains all of the logic for deciding linker flags 62 # Add source code. This also contains all of the logic for deciding linker flags
63 # soname, etc... 63 # soname, etc...
64 add_subdirectory(src) 64 add_subdirectory(src)
65--
662.22.0
67