summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch')
-rw-r--r--recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch b/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch
index 1c5b946..9916a46 100644
--- a/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch
+++ b/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch
@@ -1,4 +1,4 @@
1From a48171a40390b970d3162f0ce90d5a71aacca841 Mon Sep 17 00:00:00 2001 1From 16ec16d11424040b83b360199ab785650bd1fb65 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 31 Jul 2019 22:51:39 -0700 3Date: Wed, 31 Jul 2019 22:51:39 -0700
4Subject: [PATCH] clang: Add -lpthread and -ldl along with -lunwind for static 4Subject: [PATCH] clang: Add -lpthread and -ldl along with -lunwind for static
@@ -14,6 +14,7 @@ libunwind/src/AddressSpace.hpp:597: undefined reference to `dladdr'
14 14
15therefore we need to link in libpthread and libdl to fill these symbols 15therefore we need to link in libpthread and libdl to fill these symbols
16 16
17Upstream-Status: Pending
17Signed-off-by: Khem Raj <raj.khem@gmail.com> 18Signed-off-by: Khem Raj <raj.khem@gmail.com>
18--- 19---
19 clang/lib/Driver/ToolChains/CommonArgs.cpp | 2 ++ 20 clang/lib/Driver/ToolChains/CommonArgs.cpp | 2 ++