10 lines
181 B
Makefile
Raw Normal View History

2017-02-14 04:10:52 +00:00
-include ../tools.mk
# Test for #39529.
# `-z text` causes ld to error if there are any non-PIC sections
all:
ifndef IS_WINDOWS
$(RUSTC) hello.rs -C link-args=-Wl,-z,text
endif