[jit] Disable the DYNCALL tests on amd64 again, not all cases are supported right...
authorZoltan Varga <vargaz@gmail.com>
Fri, 29 Jan 2016 21:19:35 +0000 (16:19 -0500)
committerZoltan Varga <vargaz@gmail.com>
Fri, 29 Jan 2016 21:19:35 +0000 (16:19 -0500)
mono/mini/Makefile.am.in

index 17de03c02481664d3729f175cc97f36eb4376511..db6c3b0ff3e347553c433d4c8ea4e22ccd670c2f 100755 (executable)
@@ -480,6 +480,7 @@ if AMD64
 arch_sources = $(amd64_sources)
 arch_built=cpu-amd64.h
 arch_define=__x86_64__
+ARCH_FULLAOT_EXCLUDE=--exclude DYNCALL
 endif
 
 if POWERPC