We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2357d commit 424a3ddCopy full SHA for 424a3dd
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "llvm"]
2
path = llvm
3
- url = https://git.sailfishos.org/mirror/llvm-project.git
+ url = https://github.com/sailfishos-mirror/llvm-project.git
rpm/llvm.spec
@@ -58,6 +58,11 @@ pushd build
58
-DCMAKE_INSTALL_RPATH=";" \
59
-DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \
60
-DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \
61
+%if 0%{?__isa_bits} == 64
62
+-DLLVM_LIBDIR_SUFFIX=64 \
63
+%else
64
+-DLLVM_LIBDIR_SUFFIX= \
65
+%endif
66
-DLLVM_BUILD_DOCS:BOOL=OFF \
67
-DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
68
-DLLVM_BUILD_RUNTIME:BOOL=OFF \
0 commit comments