diff options
Diffstat (limited to 'tests/run-make/long-linker-command-lines/Makefile')
-rw-r--r-- | tests/run-make/long-linker-command-lines/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/long-linker-command-lines/Makefile b/tests/run-make/long-linker-command-lines/Makefile new file mode 100644 index 000000000..f864ea74f --- /dev/null +++ b/tests/run-make/long-linker-command-lines/Makefile @@ -0,0 +1,6 @@ +# ignore-cross-compile +include ../tools.mk + +all: + $(RUSTC) foo.rs -g -O + RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo) |