u-ignoretest-armhf_06
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 25 Oct 2017 18:27:30 +0000 (19:27 +0100)
committerXimin Luo <infinity0@debian.org>
Wed, 25 Oct 2017 18:27:30 +0000 (19:27 +0100)
Gbp-Pq: Name u-ignoretest-armhf_06.patch

src/test/run-make/extern-fn-struct-passing-abi/Makefile

index 042048ec25f63c05096693257dff6b2d8f6a3a2d..d47f7e0200fbdde64a4762b40fbe8dd6c7055126 100644 (file)
@@ -1,5 +1,7 @@
 -include ../tools.mk
 
 all: $(call NATIVE_STATICLIB,test)
+ifeq (,$(filter armv7-unknown-linux-gnueabihf,$(TARGET)))
        $(RUSTC) test.rs
        $(call RUN,test) || exit 1
+endif