Skip to content

Commit b1c39c0

Browse files
committed
Pass target to run-make issue-47551
1 parent 1d43fbb commit b1c39c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/issue-47551/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
include ../tools.mk
55

66
all:
7-
$(RUSTC) eh_frame-terminator.rs
7+
$(RUSTC) --target "${TARGET}" eh_frame-terminator.rs
88
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
99
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'

0 commit comments

Comments
 (0)