summary refs log tree commit diff
path: root/src/test/run-make/prune-link-args/Makefile
blob: 53699e0dd984a7b7d5b58823f8dd15cb1b6e649e (plain)
1
2
3
4
5
6
-include ../tools.mk
# Notice the space in the end, this emulates the output of pkg-config
RUSTC_FLAGS = --link-args "-lc "

all:
	$(RUSTC) $(RUSTC_FLAGS) empty.rs