mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 16:35:31 +00:00
Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling The test tests/run-make/link-eh-frame-terminator/rmake.rs fails to link when cross-compiling. Therefore, it should be ignored in cross-compilation environments. See [commit a27bdea](a27bdea4b7) and [commit 2beccc4](2beccc4d8e) for reference.