mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 14:14:54 +00:00
Disable libunwind on sparc64
This commit is contained in:
parent
84409c09df
commit
c1111d5f4a
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user