diff --git a/debian/patches/lldb/lldb-link-atomic-cmake.patch b/debian/patches/lldb/lldb-link-atomic-cmake.patch deleted file mode 100644 index 61cbcfdd..00000000 --- a/debian/patches/lldb/lldb-link-atomic-cmake.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: Link with -latomic when mips* processor is detected -Author: Gianfranco Costamagna -Last-Update: 2016-07-27 - ---- - lldb/cmake/LLDBDependencies.cmake | 6 ++++++ - 1 file changed, 6 insertions(+) - -Index: llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/lldb/source/Utility/CMakeLists.txt -=================================================================== ---- llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487.orig/lldb/source/Utility/CMakeLists.txt -+++ llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/lldb/source/Utility/CMakeLists.txt -@@ -15,6 +15,13 @@ endif() - - list(APPEND LLDB_SYSTEM_LIBS ${CMAKE_DL_LIBS}) - -+if(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips" OR -+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mipsel" OR -+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips64el" OR -+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "powerpcspe") -+ list(APPEND LLDB_SYSTEM_LIBS atomic) -+endif() -+ - if (CMAKE_SYSTEM_NAME MATCHES "Windows") - list(APPEND LLDB_SYSTEM_LIBS ws2_32 rpcrt4) - endif () diff --git a/debian/patches/series b/debian/patches/series index 3d38b7f8..6cbaed91 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -51,7 +51,6 @@ scan-view-fix-path.diff fix-scan-view-path.diff # lldb -lldb/lldb-link-atomic-cmake.patch lldb/lldb-addversion-suffix-to-llvm-server-exec.patch lldb/lldb-missing-install.diff lldb/lldb-disable-swig-error.diff