mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 02:37:06 +00:00
Disable libunwind on m68k and x32
This commit is contained in:
parent
6f80fe4041
commit
def26fecca
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user