Disable libunwind on m68k and x32

This commit is contained in:
John Paul Adrian Glaubitz 2021-08-24 16:55:02 +02:00
parent 6f80fe4041
commit def26fecca
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-13 (1:13.0.0~+rc1-3) UNRELEASED; urgency=medium
[ John Paul Adrian Glaubitz ]
* Disable libunwind on m68k and x32
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 24 Aug 2021 16:54:44 +0200
llvm-toolchain-13 (1:13.0.0~+rc1-2) unstable; urgency=medium
* clang-soname-extract-version.diff: improve the upstream declaration

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 mipsel hurd-i386 powerpc))
ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel m68k mipsel hurd-i386 powerpc x32))
LIBUNWIND_ENABLE=no
else
PROJECTS+=;libunwind