at v206 531 B view raw
1diff --git a/src/test/run-make/relocation-model/Makefile b/src/test/run-make/relocation-model/Makefile 2index 2fcdd32..2d9ddb0 100644 3--- a/src/test/run-make/relocation-model/Makefile 4+++ b/src/test/run-make/relocation-model/Makefile 5@@ -5,9 +5,11 @@ all: 6 $(call RUN,foo) 7 8 $(RUSTC) -C relocation-model=default foo.rs 9+ paxctl -czexm $(TMPDIR)/foo 10 $(call RUN,foo) 11 12 $(RUSTC) -C relocation-model=static foo.rs 13+ paxctl -czexm $(TMPDIR)/foo 14 $(call RUN,foo) 15 16 $(RUSTC) -C relocation-model=default --crate-type=dylib foo.rs