e82beb38ed
* No changelog upstream - Remove lldb-underlink.patch, fixed upstream - Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=400
14 lines
500 B
Diff
14 lines
500 B
Diff
Index: libcxxabi-3.6.0.src/src/CMakeLists.txt
|
|
===================================================================
|
|
--- libcxxabi-3.6.0.src/src/CMakeLists.txt
|
|
+++ libcxxabi-3.6.0.src/src/CMakeLists.txt
|
|
@@ -52,7 +52,7 @@ append_if(libraries LIBCXXABI_HAS_PTHREA
|
|
if (LIBCXXABI_USE_LLVM_UNWINDER)
|
|
list(APPEND libraries unwind)
|
|
else()
|
|
- append_if(libraries LIBCXXABI_HAS_GCC_EH_LIB gcc_eh)
|
|
+ append_if(libraries LIBCXXABI_HAS_GCC_EH_LIB gcc_s)
|
|
endif()
|
|
|
|
target_link_libraries(cxxabi ${libraries})
|