mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 09:54:41 +00:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
# ignore-windows
|
|
# ignore-macos
|
|
|
|
# Test for #39529.
|
|
# `-z text` causes ld to error if there are any non-PIC sections
|
|
|
|
all:
|
|
$(RUSTC) hello.rs -C link-args=-Wl,-z,text
|