From c59ca700a1405d5c1f7226c965c8dacf4d617bf8 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 0f6f8fa9..335372d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 08 Aug 2021 10:58:54 +0200 diff --git a/debian/rules b/debian/rules index c8269b67..1a82e4ac 100755 --- a/debian/rules +++ b/debian/rules @@ -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