From 2aa19444626e837327554555a8fd0ceec61e7dbc Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sun, 18 Jun 2017 18:12:15 +0100 Subject: [PATCH] drop-wrong-hack-arm64 Author: Gianfranco Costamagna Gbp-Pq: Name drop-wrong-hack-arm64.patch --- lldb/cmake/modules/LLDBConfig.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index d0700b0c2..8f7850cee 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() -- 2.30.2