simplify and the desactivation of lldb under hurd

This commit is contained in:
Sylvestre Ledru 2013-10-11 20:08:28 +00:00
parent b1d0bcd143
commit 57a88ac665

3
debian/rules vendored
View File

@ -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