]> git.lizzy.rs Git - rust.git/commitdiff
Ignore on 32-bit targets
authorJonas Schievink <jonas.schievink@ferrous-systems.com>
Mon, 19 Oct 2020 14:37:53 +0000 (16:37 +0200)
committerJonas Schievink <jonas.schievink@ferrous-systems.com>
Mon, 19 Oct 2020 14:41:36 +0000 (16:41 +0200)
src/test/run-make/issue-36710/Makefile

index 97a379de0b1b2536dd50ccc85249b8a2d1c19758..b7bf366c918e25d69742503115f26872ca9f41a6 100644 (file)
@@ -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)