From 7a22a0e1ff624a738f5b0ac6cec420e498e47ee7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 8 Aug 2021 11:07:52 +0200 Subject: [PATCH] Don't build libunwind on hurd, armel, powerpc & mipsel --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0d24c68..7facbc21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 08 Aug 2021 10:58:54 +0200 diff --git a/debian/rules b/debian/rules index e3dc5078..3cf10352 100755 --- a/debian/rules +++ b/debian/rules @@ -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