From: Chris Coulson Date: Tue, 8 Sep 2020 16:38:19 +0000 (+0100) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.41.1+dfsg1-1_deb10u1+rpi1~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f9ca6631caea6f1aa2bfa0cdd13890c68c08ef2;p=rustc.git u-make-tests-work-without-rpath Forwarded: TODO Gbp-Pq: Name u-make-tests-work-without-rpath.patch --- diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile index 3fc483aa7e..f23c1498d4 100644 --- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile @@ -1,2 +1,6 @@ +include ../tools.mk + +RUSTC := $(RUSTC_ORIGINAL) + all: - python3 test.py + $(HOST_RPATH_ENV) python3 test.py