We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d43fbb commit 829a439Copy full SHA for 829a439
tests/run-make/issue-47551/Makefile
@@ -4,6 +4,7 @@
4
include ../tools.mk
5
6
all:
7
- $(RUSTC) eh_frame-terminator.rs
+ # --target $(TARGET) ensures the right gcc is invoked for cross compilation
8
+ $(RUSTC) --target $(TARGET) eh_frame-terminator.rs
9
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
10
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'
0 commit comments