summary refs log tree commit diff
path: root/tests/run-make/long-linker-command-lines/Makefile
blob: b573038e344aa253a1f9c044443722c336fc912b (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
include ../tools.mk

export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)

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