mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Pass target to run-make issue-47551
This commit is contained in:
parent
f9515fdd5a
commit
f3dd4b16bc
@ -4,6 +4,7 @@
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
$(RUSTC) eh_frame-terminator.rs
|
||||
# --target $(TARGET) ensures the right gcc flags are used for cross compilation
|
||||
$(RUSTC) --target $(TARGET) eh_frame-terminator.rs
|
||||
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
|
||||
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'
|
||||
|
Loading…
Reference in New Issue
Block a user