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 8524a52 commit 47197b3Copy full SHA for 47197b3
configure
@@ -536,20 +536,20 @@ do
536
# Disable unused LLVM features
537
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads"
538
539
- if [ "$CFG_C_COMPILER" = "clang" ]
540
- then
+ if [ "$CFG_C_COMPILER" = "clang" ]
+ then
541
LLVM_CXX_32="clang++ -m32"
542
LLVM_CC_32="clang -m32"
543
544
LLVM_CXX_64="clang++"
545
LLVM_CC_64="clang"
546
- else
+ else
547
LLVM_CXX_32="g++ -m32"
548
LLVM_CC_32="gcc -m32"
549
550
LLVM_CXX_64="g++"
551
LLVM_CC_64="gcc"
552
- fi
+ fi
553
554
LLVM_CFLAGS_32="-m32"
555
LLVM_CXXFLAGS_32="-m32"
0 commit comments