From 0afd21d646d5a6e43541cc1ffedff36dca44eb08 Mon Sep 17 00:00:00 2001 From: Urgau Date: Tue, 9 Dec 2025 18:48:03 +0100 Subject: [PATCH] Add `ignore-cross-compile` to `remap-path-prefix-consts` run-make test --- tests/run-make/remap-path-prefix-consts/rmake.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/remap-path-prefix-consts/rmake.rs b/tests/run-make/remap-path-prefix-consts/rmake.rs index 02a75aa02278..d07a5e00768a 100644 --- a/tests/run-make/remap-path-prefix-consts/rmake.rs +++ b/tests/run-make/remap-path-prefix-consts/rmake.rs @@ -1,3 +1,4 @@ +//@ ignore-cross-compile (relocations in generic ELF against `arm-unknown-linux-gnueabihf`) //@ needs-target-std use run_make_support::{bin_name, cwd, run, rustc};