Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-11-30 17:38:21 +0300
committerMarek Safar <marek.safar@gmail.com>2017-01-02 20:51:40 +0300
commit9ea10965afd5cf50181d16930aca341bd1460e65 (patch)
tree2754e815e7d9fc8b539369b49c303dc1bfd8ac51 /mcs/class/aot-compiler
parent7308137e43d976c50d7a211a1b4be4f5745d39c7 (diff)
Roslyn 2.0 (rc2) upgrade
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index 33634f366e4..505f91591ec 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -74,7 +74,8 @@ clean-local:
# AOT build profile to speed up build
ifeq ($(PROFILE),build)
-IMAGES = $(mscorlib_aot_image)
+# $(mscorlib_aot_image) is disabled due to runtime bug #50434
+IMAGES =
ifdef MCS_MODE
IMAGES += $(mcs_aot_image)