Imported Upstream version 6.6.0.89

Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-09-24 08:53:40 +00:00
parent cf815e07e0
commit 95fdb59ea6
2556 changed files with 138145 additions and 47453 deletions

View File

@@ -68,6 +68,10 @@ if INSTALL_WINAOT
build_profiles += winaot
endif
if INSTALL_TESTING_WINAOT_INTERP
build_profiles += testing_winaot_interp
endif
if INSTALL_XAMMAC
build_profiles += xammac xammac_net_4_5
endif

View File

@@ -99,23 +99,28 @@ target_triplet = @target@
@INSTALL_TESTING_AOT_HYBRID_TRUE@am__append_8 = testing_aot_hybrid
@INSTALL_TESTING_AOT_FULL_TRUE@am__append_9 = testing_aot_full
@INSTALL_WINAOT_TRUE@am__append_10 = winaot
@INSTALL_XAMMAC_TRUE@am__append_11 = xammac xammac_net_4_5
@INSTALL_ORBIS_TRUE@am__append_12 = orbis
@INSTALL_UNREAL_TRUE@am__append_13 = unreal
@INSTALL_WASM_TRUE@am__append_14 = wasm wasm_tools
@ENABLE_NETCORE_TRUE@am__append_15 = netcore
@INSTALL_TESTING_WINAOT_INTERP_TRUE@am__append_11 = testing_winaot_interp
@INSTALL_XAMMAC_TRUE@am__append_12 = xammac xammac_net_4_5
@INSTALL_ORBIS_TRUE@am__append_13 = orbis
@INSTALL_UNREAL_TRUE@am__append_14 = unreal
@INSTALL_WASM_TRUE@am__append_15 = wasm wasm_tools
@ENABLE_NETCORE_TRUE@am__append_16 = netcore
# Mono.WebBrowser.dll fails to verify on Windows
@HOST_WIN32_TRUE@am__append_16 = Mono.WebBrowser.dll
@HOST_WIN32_TRUE@am__append_17 = Mono.WebBrowser.dll
# ILASM.exe has features which a testing_aot_full runtime will not support.
# It is invoked with an external mono when used in the runtime.
# We skip it here because otherwise it will fail to verify.
@FULL_AOT_TESTS_TRUE@am__append_17 = ilasm.exe
@FULL_AOT_TESTS_TRUE@am__append_18 = ilasm.exe
subdir = runtime
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_append_flag.m4 \
$(top_srcdir)/m4/ax_append_link_flags.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_check_link_flag.m4 \
$(top_srcdir)/m4/ax_require_defined.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@@ -265,7 +270,6 @@ MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MONO_CORLIB_VERSION = @MONO_CORLIB_VERSION@
MONO_CXXLD = @MONO_CXXLD@
MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
@@ -299,6 +303,7 @@ NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
ODBC = @ODBC@
ORDER = @ORDER@
OS = @OS@
OTOOL = @OTOOL@
@@ -343,6 +348,7 @@ XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XINERAMA = @XINERAMA@
XMKMF = @XMKMF@
ZLIB_CFLAGS = @ZLIB_CFLAGS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
@@ -437,7 +443,7 @@ build_profiles = $(am__append_2) $(am__append_3) $(am__append_4) \
$(am__append_5) $(am__append_6) $(am__append_7) \
$(am__append_8) $(am__append_9) $(am__append_10) \
$(am__append_11) $(am__append_12) $(am__append_13) \
$(am__append_14) $(am__append_15)
$(am__append_14) $(am__append_15) $(am__append_16)
@INSTALL_4_x_TRUE@net_profile = net_4_x
test_profiles = $(filter-out binary_reference_assemblies monodroid_tools wasm_tools,$(build_profiles))
MAKE_FLAGS = $(if $(V),,--no-print-directory -s)
@@ -453,7 +459,7 @@ TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/csc
# fails to verify with "VTable setup of type Xunit.NetCore.Extensions.SkippedTestCase failed", not sure why
VERIFY_TESTS_FILTER = System.Runtime.CompilerServices.Unsafe.dll \
$(am__append_16) Xunit.NetCore.Extensions.dll $(am__append_17)
$(am__append_17) Xunit.NetCore.Extensions.dll $(am__append_18)
CLEANFILES = etc/mono/config
# the 'cygnus' option also disables the default 'distdir:' target, which we _do_ want