Enable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.
[mono.git] / configure.in
index d275df84d43c5398372c979295992e3904afbb3e..6d5d0d441c1e7e3c67c608f26751ac21b4df733e 100644 (file)
@@ -2914,7 +2914,7 @@ fi
       echo "PLATFORM = darwin" >> $mcs_topdir/build/config.make
     fi
 
-    if test x$TARGET = xAMD64 -a x$host_win32 = xno -a "x$AOT_SUPPORTED" = "xyes" -a x$enable_system_aot = xyes; then
+    if test x$host_win32 = xno -a "x$AOT_SUPPORTED" = "xyes" -a x$enable_system_aot = xyes; then
       echo "ENABLE_AOT = 1" >> $mcs_topdir/build/config.make
     fi