X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=fc02265dd6920aa4071527b3d6e3c8e3f3b49abe;hb=b08c54265b20d914bd3a5f1c0f7a8ad606411c6e;hp=b14ee03463ca4ae4dee7aba63fe7d58846d91a2c;hpb=83832615fa9f87e0ec127ffd2d399b73c27910ff;p=mono.git diff --git a/configure.ac b/configure.ac index b14ee03463c..fc02265dd69 100644 --- a/configure.ac +++ b/configure.ac @@ -816,7 +816,7 @@ AC_ARG_WITH(orbis, [ --with-orbis=yes,no If you w AC_ARG_WITH(unreal, [ --with-unreal=yes,no If you want to build the Unreal assemblies (defaults to no)], [], [with_unreal=default]) -AC_ARG_WITH(runtime_preset, [ --with-runtime_preset=net_4_x,all,aot,hybridaot,fullaot,bitcode Which default profile to build (defaults to net_4_x)], [], [with_runtime_preset=net_4_x]) +AC_ARG_WITH(runtime_preset, [ --with-runtime_preset=net_4_x,all,aot,hybridaot,fullaot,bitcode,unreal Which default profile to build (defaults to net_4_x)], [], [with_runtime_preset=net_4_x]) dnl dnl Profile defaults @@ -928,11 +928,11 @@ elif test x$with_runtime_preset = xorbis; then elif test x$with_runtime_preset = xunreal; then DISABLE_MCS_DOCS_default=yes with_unreal_default=yes - TEST_PROFILE=ounreal + TEST_PROFILE=unreal mono_feature_disable_com='yes' mono_feature_disable_remoting='yes' - mono_feature_disable_appdomains='yes' + mono_feature_disable_appdomains='no' AOT_BUILD_FLAGS="--runtime=mobile --aot=hybrid,$INVARIANT_AOT_OPTIONS" AOT_RUN_FLAGS="--runtime=mobile --hybrid-aot" @@ -3532,6 +3532,8 @@ else AC_DEFINE(SIZEOF_REGISTER,SIZEOF_VOID_P,[size of machine integer registers]) fi +AC_SUBST(SIZEOF_VOID_P,[$ac_cv_sizeof_void_p]) + if test "x$target_byte_order" = "xG_BIG_ENDIAN"; then AC_DEFINE(TARGET_BYTE_ORDER,G_BIG_ENDIAN,[byte order of target]) elif test "x$target_byte_order" = "xG_LITTLE_ENDIAN"; then @@ -4156,7 +4158,7 @@ AC_SUBST(mono_build_root) mono_runtime=mono/mini/mono AC_SUBST(mono_runtime) -CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.0/tools/csc.exe +CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.1/tools/csc.exe if test $csc_compiler = mcs; then CSC=$mcs_topdir/class/lib/build/mcs.exe