mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 18:02:14 +00:00
Disable libunwind on m68k and x32
This commit is contained in:
parent
54eecbcdf3
commit
84409c09df
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
llvm-toolchain-snapshot (1:14~++20210817085703+f5616a981c60-1~exp1) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:14~++20210817085703+f5616a981c60-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Sylvestre Ledru ]
|
||||||
* experimental New snapshot release
|
* experimental New snapshot release
|
||||||
* remove "scan-build-py-force-utf-8-opening.diff"
|
* remove "scan-build-py-force-utf-8-opening.diff"
|
||||||
merged upstream
|
merged upstream
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* Disable libunwind on m68k and x32
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 17 Aug 2021 21:01:03 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 17 Aug 2021 21:01:03 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; urgency=medium
|
llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; urgency=medium
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -198,7 +198,7 @@ endif
|
|||||||
|
|
||||||
# Enable libunwind (or not)
|
# Enable libunwind (or not)
|
||||||
LIBUNWIND_ENABLE=yes
|
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
|
LIBUNWIND_ENABLE=no
|
||||||
else
|
else
|
||||||
PROJECTS+=;libunwind
|
PROJECTS+=;libunwind
|
||||||
|
Loading…
Reference in New Issue
Block a user