mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-03 20:27:49 +00:00
Disable LLDB on powerpcspe
This commit is contained in:
parent
2233aca9a4
commit
25b2cce129
2
debian/rules
vendored
2
debian/rules
vendored
@ -143,7 +143,7 @@ else
|
||||
endif
|
||||
|
||||
LLDB_ENABLE=yes
|
||||
LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 mips64el ppc64
|
||||
LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc powerpcspe s390x sparc64 mips64el ppc64
|
||||
# hurd has threading issues
|
||||
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
# Disable LLDB for this arch.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user