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 f950e2d7ca
commit c59ca700a1
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -82,7 +82,7 @@ llvm-toolchain-snapshot (1:13~++20210129063721+010b176cdefb-1~exp1) experimental
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

@ -194,7 +194,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