mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
llvm17: disable rt sanitizer on riscv64-musl
This commit is contained in:
parent
2fc2b9dff3
commit
aa5d33db36
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ pre_configure() {
|
|||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*-musl|i686-musl)
|
||||
arm*-musl|i686-musl|riscv64-musl)
|
||||
# sanitizer code is broken since it duplicates some libc bits
|
||||
configure_args+=" -DCOMPILER_RT_BUILD_SANITIZERS=OFF"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue