diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py
index d0be576bc7..cd02375e7d 100644
--- a/programming/build/llvm/actions.py
+++ b/programming/build/llvm/actions.py
@@ -76,9 +76,6 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-G 'Unix Makefiles' \
%s \
- -DCMAKE_AR=/usr/bin/llvm-ar \
- -DCMAKE_NM=/usr/bin/llvm-nm \
- -DCMAKE_RANLIB=/usr/bin/llvm-ranlib \
-DLLVM_ENABLE_PROJECTS='%s' \
-DLLVM_LIBDIR_SUFFIX=%s \
-DLLVM_ENABLE_FFI=ON \
@@ -91,7 +88,10 @@ def setup():
-DLLVM_INCLUDEDIR=/usr/include \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DFFI_INCLUDE_DIR=/usr/include \
- -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." )
+ -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." )
+ #-DCMAKE_AR=/usr/bin/llvm-ar \
+ #-DCMAKE_NM=/usr/bin/llvm-nm \
+ #-DCMAKE_RANLIB=/usr/bin/llvm-ranlib \
def build():
shelltools.cd("build")
diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml
index 2c48038d9d..e5825971a0 100755
--- a/programming/build/llvm/pspec.xml
+++ b/programming/build/llvm/pspec.xml
@@ -25,12 +25,12 @@
cmake
python3-devel
-
- llvm
+
+ gcc
+