Disable libunwind on sparc64

This commit is contained in:
John Paul Adrian Glaubitz 2021-08-24 20:11:24 +02:00
parent 84409c09df
commit c1111d5f4a
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Tue, 17 Aug 2021 21:01:03 +0200

2
debian/rules vendored
View File

@ -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