mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-23 21:19:46 +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)
|
# Enable libunwind (or not)
|
||||||
LIBUNWIND_ENABLE=yes
|
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
|
LIBUNWIND_ENABLE=no
|
||||||
else
|
else
|
||||||
PROJECTS+=;libunwind
|
PROJECTS+=;libunwind
|
||||||
|
Loading…
Reference in New Issue
Block a user