libclc rebuild

This commit is contained in:
Rmys
2021-02-23 12:48:16 +03:00
parent 6ff834873b
commit eb2d6642b5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ def setup():
if get.buildTYPE() == "emul32":
pisitools.cflags.add("-m32 ")
pisitools.cxxflags.add("-m32 -stdlib=libc++")
pisitools.cxxflags.add("-m32")
shelltools.system("chmod +x clang32")
options = "-DLLVM_CLANG='%s/%s-%s.src/clang32' \
-DLLVM_CONFIG='/usr/bin/llvm-config-32' \
@@ -28,7 +28,7 @@ def setup():
" % (get.workDIR(), get.srcNAME(), get.srcVERSION())
else:
pisitools.cflags.add("-m64 ")
pisitools.cxxflags.add("-m64 -stdlib=libc++")
pisitools.cxxflags.add("-m64")
options = "-DLLVM_CLANG='/usr/bin/clang' \
-DLLVM_CONFIG='/usr/bin/llvm-config' \
-DCMAKE_INSTALL_LIBDIR=lib \
+1 -1
View File
@@ -16,7 +16,7 @@
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libcxx-devel</Dependency>
<!-- <Dependency>libcxx-devel</Dependency> -->
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>llvm-clang-devel</Dependency>