Don't build libunwind on hurd, armel, powerpc & mipsel

This commit is contained in:
Sylvestre Ledru 2021-08-08 11:07:52 +02:00
parent 4ea50e0e0f
commit 7a22a0e1ff
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,7 +1,7 @@
llvm-toolchain-12 (1:12.0.1-4) UNRELEASED; urgency=medium
* Make libunwind-dev depends on libunwind
* Don't build libunwind on armel & mipsel
* Don't build libunwind on hurd, armel, powerpc & mipsel
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Aug 2021 10:58:54 +0200

2
debian/rules vendored
View File

@ -190,7 +190,7 @@ endif
# Enable libunwind (or not)
LIBUNWIND_ENABLE=yes
ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel mipsel))
ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel mipsel hurd-i386 powerpc))
LIBUNWIND_ENABLE=no
else
PROJECTS+=;libunwind