From 60594b1f0fd0fa69959e4fe56a61c01031916fe2 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 19 Oct 2020 16:37:53 +0200 Subject: [PATCH] Ignore on 32-bit targets --- src/test/run-make/issue-36710/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/run-make/issue-36710/Makefile b/src/test/run-make/issue-36710/Makefile index 97a379de0b1b2..b7bf366c918e2 100644 --- a/src/test/run-make/issue-36710/Makefile +++ b/src/test/run-make/issue-36710/Makefile @@ -1,7 +1,6 @@ include ../../run-make-fulldeps/tools.mk -# ignore-wasm32 -# ignore-thumb +# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64) all: foo $(call RUN,foo)