We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9515fd commit f3dd4b1Copy full SHA for f3dd4b1
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 flags are used 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