[Mono.Runtime.Tests] Exclude simd tests
[mono-project.git] / mono / arch / Makefile.am
blob61f5522ee1ce983c501e2443c740913a6d3a6413
1 include $(top_srcdir)/mk/common.mk
3 DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 mips riscv
5 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
7 if ARM
8 # arm needs to build some stuff even in JIT mode
9 SUBDIRS = arm
10 endif
12 if RISCV
13 SUBDIRS = riscv
14 endif