diff --git a/debian/changelog b/debian/changelog index 70df64dd..8a08e511 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.4 (1:3.4.1-5) unstable; urgency=medium + + * Also disable lldb tests under armel (like armhf). Timeout + + -- Sylvestre Ledru Wed, 04 Jun 2014 14:24:05 +0200 + llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium * Be less permissive when installing lldb. Remove duplication of the install diff --git a/debian/rules b/debian/rules index e3b7b610..482a61c6 100755 --- a/debian/rules +++ b/debian/rules @@ -358,7 +358,7 @@ endif rm -f $(TARGET_BUILD)/Release/lib/libclang.so.1 # lldb tests -ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf)) +ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel)) if test $(LLDB_ENABLE) = yes; then \ cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi; \ if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then \