From 0f7d3337d62927fb6211ce2200c4e0700169e674 Mon Sep 17 00:00:00 2001 From: Erik Desjardins Date: Mon, 15 May 2023 17:52:43 -0400 Subject: [PATCH] add ignore-cross-compile to run-make/extern-fn-explicit-align From the test logs, other extern-fn-* tests have this: [run-make] tests/run-make/extern-fn-with-packed-struct ... ignored, ignored when cross-compiling [run-make] tests/run-make/extern-fn-with-union ... ignored, ignored when cross-compiling [run-make] tests/run-make/extern-multiple-copies ... ignored, ignored when cross-compiling [run-make] tests/run-make/extern-multiple-copies2 ... ignored, ignored when cross-compiling [run-make] tests/run-make/extern-overrides-distribution ... ignored, ignored when cross-compiling [run-make] tests/run-make/extra-filename-with-temp-outputs ... ignored, ignored when cross-compiling [run-make] tests/run-make/extern-fn-explicit-align ... FAILED --- tests/run-make/extern-fn-explicit-align/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/extern-fn-explicit-align/Makefile b/tests/run-make/extern-fn-explicit-align/Makefile index 4f5d026f213..3cbbf383996 100644 --- a/tests/run-make/extern-fn-explicit-align/Makefile +++ b/tests/run-make/extern-fn-explicit-align/Makefile @@ -1,3 +1,4 @@ +# ignore-cross-compile include ../tools.mk all: $(call NATIVE_STATICLIB,test)