From: Rust Maintainers Date: Wed, 4 Jan 2017 20:34:56 +0000 (+0000) Subject: u-ignoretest-armhf_02 X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~2^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db961cc4db88f171ed9663610737ad81640b07e2;p=rustc.git u-ignoretest-armhf_02 Gbp-Pq: Name u-ignoretest-armhf_02.patch --- diff --git a/src/test/run-make/relocation-model/Makefile b/src/test/run-make/relocation-model/Makefile index 485ecbb4b5..c9d9a5ab7a 100644 --- a/src/test/run-make/relocation-model/Makefile +++ b/src/test/run-make/relocation-model/Makefile @@ -12,6 +12,9 @@ all: others ifdef IS_MSVC # FIXME(#28026) others: +else ifeq ($(filter arm,$(LLVM_COMPONENTS)),arm) +# FIXME(#33809) +others: else others: $(RUSTC) -C relocation-model=static foo.rs