From 433e46dc865f0c4b30a4d4bb85819e02411c9c3d Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Wed, 18 Nov 2020 02:29:21 +0300 Subject: [PATCH] llvm fix trial --- programming/build/llvm/actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index d7106f3114..5ac53ffde3 100755 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -44,8 +44,7 @@ def setup(): if get.buildTYPE() != "emul32": pisitools.cflags.add("-m64") pisitools.cxxflags.add("-m64") - options = "-DCMAKE_CXX_FLAGS:STRING=-m64 \ - -DLLVM_TARGET_ARCH:STRING=x86_64 \ + options = "-DLLVM_TARGET_ARCH:STRING=x86_64 \ -DLLDB_ENABLE_LUA=OFF \ -DLLVM_DEFAULT_TARGET_TRIPLE=%s " % get.HOST()