From c1111d5f4a16120a500d83ad89e6ae8a146e8c9c Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Tue, 24 Aug 2021 20:11:24 +0200 Subject: [PATCH] Disable libunwind on sparc64 --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fff3890..bdb2e38f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ llvm-toolchain-snapshot (1:14~++20210817085703+f5616a981c60-1~exp1) UNRELEASED; merged upstream [ John Paul Adrian Glaubitz ] - * Disable libunwind on m68k and x32 + * Disable libunwind on m68k, sparc64 and x32 -- Sylvestre Ledru Tue, 17 Aug 2021 21:01:03 +0200 diff --git a/debian/rules b/debian/rules index 6fda8884..a47597e0 100755 --- a/debian/rules +++ b/debian/rules @@ -198,7 +198,7 @@ endif # Enable libunwind (or not) LIBUNWIND_ENABLE=yes -ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel m68k mipsel hurd-i386 powerpc x32)) +ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel m68k mipsel hurd-i386 powerpc sparc64 x32)) LIBUNWIND_ENABLE=no else PROJECTS+=;libunwind