summaryrefslogtreecommitdiffstats
path: root/tests/run-make/long-linker-command-lines/Makefile
blob: f864ea74f4a95940273adcc148f9464b4dd00783 (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) foo.rs -g -O
	RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)