mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-26 21:37:07 +00:00
fix the build of libunwind
This commit is contained in:
parent
62bcced93d
commit
cb191ac1b3
2
debian/rules
vendored
2
debian/rules
vendored
@ -189,7 +189,7 @@ endif
|
||||
|
||||
# Enable libunwind (or not)
|
||||
LIBUNWIND_ENABLE=yes
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64 sparc sparc64))
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH), s390x))
|
||||
LIBUNWIND_ENABLE=no
|
||||
else
|
||||
PROJECTS+=;libunwind
|
||||
|
Loading…
Reference in New Issue
Block a user