drop-wrong-hack-arm64
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
Author: Gianfranco Costamagna <locutusofborg@debian.org>

Gbp-Pq: Name drop-wrong-hack-arm64.patch

lldb/cmake/modules/LLDBConfig.cmake

index d0700b0c22e3fc8847c1b347f13fda8dc3d8550a..8f7850ceedcf3475fb3cae348a8cbeb410cb69c4 100644 (file)
@@ -167,12 +167,12 @@ function(find_python_libs_windows)
 endfunction(find_python_libs_windows)
 
 if (NOT LLDB_DISABLE_PYTHON)
-  if(UNIX)
+  #if(UNIX)
     # This is necessary for crosscompile on Ubuntu 14.04 64bit. Need a proper fix.
-    if(CMAKE_SIZEOF_VOID_P EQUAL 8)
-      set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
-    endif()
-  endif()
+    #if(CMAKE_SIZEOF_VOID_P EQUAL 8)
+    #  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+    #endif()
+  #endif()
 
   if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
     find_python_libs_windows()