llvm18: disable libcxx option
This commit is contained in:
parent
a10c71946d
commit
f5081e2ef7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ python_version=3
|
||||||
|
|
||||||
build_options="clang clang_tools_extra lld mlir libclc polly lldb flang bolt
|
build_options="clang clang_tools_extra lld mlir libclc polly lldb flang bolt
|
||||||
openmp libcxx libunwind lto graphviz"
|
openmp libcxx libunwind lto graphviz"
|
||||||
build_options_default="clang clang_tools_extra lld mlir libclc polly lldb openmp libcxx"
|
build_options_default="clang clang_tools_extra lld mlir libclc polly lldb openmp"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
|
||||||
build_options_default+=" flang bolt"
|
build_options_default+=" flang bolt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue