]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/fpic/Makefile
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / src / test / run-make-fulldeps / fpic / Makefile
1 -include ../tools.mk
2
3 # ignore-windows
4 # ignore-macos
5
6 # Test for #39529.
7 # `-z text` causes ld to error if there are any non-PIC sections
8
9 all:
10         $(RUSTC) hello.rs -C link-args=-Wl,-z,text