mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 21:54:55 +00:00
simplify and the desactivation of lldb under hurd
This commit is contained in:
parent
b1d0bcd143
commit
57a88ac665
3
debian/rules
vendored
3
debian/rules
vendored
@ -95,9 +95,8 @@ else
|
||||
COVERITY_ENABLE=0
|
||||
endif
|
||||
|
||||
LLDB_ARCHS := hurd-i386
|
||||
LLDB_ENABLE=yes
|
||||
ifneq (,$(findstring $(DEB_HOST_ARCH),$(LLDB_ARCHS)))
|
||||
ifneq (,$(findstring $(DEB_HOST_ARCH), hurd))
|
||||
LLDB_ENABLE=no
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user