From fe19bd61879d5d3209f143ae275a233449e037d3 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 1 Jun 2012 09:47:47 +0100 Subject: Disable verifier checks on 4.0 profile --- runtime/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/Makefile.am') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index eaa758d8a05..eb3f4741337 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -139,12 +139,12 @@ endif # Compile all assemblies with the verifier turned on. Code must be valid but not verifiable. # TODO it would be nice to split assemblies without unsafe code to use the verifier with verifiable mode. -# Skip net 2.1 assemblies for now because of visibility problems +# Skip net 4.0 assemblies because the contain metadata only mcs-compileall: mono-wrapper etc/mono/config save_MONO_PATH=$$MONO_PATH; mcs_topdir=`cd $(mcs_topdir) && $(cur_dir_cmd)`; ok=:; \ for profile in $(test_profiles); do \ - if [ "moonlight" = "$$profile" ]; then \ - break; \ + if [ "net_4_0" = "$$profile" ]; then \ + continue; \ fi; \ if [ "net_3_5" = "$$profile" ]; then \ MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \ -- cgit v1.2.3