mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 20:44:40 +00:00
Don't build libunwind on hurd, armel, powerpc & mipsel
This commit is contained in:
parent
4ea50e0e0f
commit
7a22a0e1ff
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,7 +1,7 @@
|
|||||||
llvm-toolchain-12 (1:12.0.1-4) UNRELEASED; urgency=medium
|
llvm-toolchain-12 (1:12.0.1-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Make libunwind-dev depends on libunwind
|
* Make libunwind-dev depends on libunwind
|
||||||
* Don't build libunwind on armel & mipsel
|
* Don't build libunwind on hurd, armel, powerpc & mipsel
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Aug 2021 10:58:54 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Aug 2021 10:58:54 +0200
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -190,7 +190,7 @@ endif
|
|||||||
|
|
||||||
# Enable libunwind (or not)
|
# Enable libunwind (or not)
|
||||||
LIBUNWIND_ENABLE=yes
|
LIBUNWIND_ENABLE=yes
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel mipsel))
|
ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel mipsel hurd-i386 powerpc))
|
||||||
LIBUNWIND_ENABLE=no
|
LIBUNWIND_ENABLE=no
|
||||||
else
|
else
|
||||||
PROJECTS+=;libunwind
|
PROJECTS+=;libunwind
|
||||||
|
Loading…
Reference in New Issue
Block a user