From: LLVM Packaging Team Date: Tue, 25 Apr 2017 13:10:10 +0000 (+0000) Subject: drop-wrong-hack-arm64 X-Git-Tag: archive/raspbian/1%3.9.1-9+rpi1^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1691374a7a35bf7bb6ae4c77cea8311c39d41b0a;p=llvm-toolchain-3.9.git drop-wrong-hack-arm64 Author: Gianfranco Costamagna Gbp-Pq: Name drop-wrong-hack-arm64.patch --- diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index d0700b0c..8f7850ce 100644 --- a/lldb/cmake/modules/LLDBConfig.cmake +++ b/lldb/cmake/modules/LLDBConfig.cmake @@ -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()