2023-03-30 08:46:31 -05:00
|
|
|
# ignore-cross-compile
|
2022-08-23 00:00:00 +00:00
|
|
|
include ../tools.mk
|
2017-02-14 04:10:52 +00:00
|
|
|
|
2019-01-06 16:27:57 -05:00
|
|
|
# ignore-windows
|
|
|
|
# ignore-macos
|
|
|
|
|
2017-03-01 08:08:53 -08:00
|
|
|
# Test for #39529.
|
2017-02-14 04:10:52 +00:00
|
|
|
# `-z text` causes ld to error if there are any non-PIC sections
|
|
|
|
|
|
|
|
all:
|
|
|
|
$(RUSTC) hello.rs -C link-args=-Wl,-z,text
|