mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.
This commit is contained in:
parent
a348513569
commit
0fbc77cac6
@ -38,6 +38,9 @@ endif
|
||||
ifeq ($(ARCH),x86-64)
|
||||
SKIP += 73_arm64.test
|
||||
endif
|
||||
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||
SKIP += 85-asm-outside-function.test
|
||||
endif
|
||||
|
||||
# Some tests might need arguments
|
||||
ARGS =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user