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:
authorZoltan Varga <vargaz@gmail.com>2017-01-18 03:50:19 +0300
committerZoltan Varga <vargaz@gmail.com>2017-01-23 08:19:36 +0300
commit359fd834fd6b71d963d8919ea3ba556c69bd8677 (patch)
treecf43edbe8718e985252966dba27ee7a8efab4880 /mcs/class/aot-compiler
parent5a28370d8a8945877e7537762770d1119c34bf9f (diff)
Enable AOT for all roslyn assemblies.
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index bcf7c1ba5ba..aa4cae28774 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -71,7 +71,7 @@ $(csc_SCI_image): $(csc_SCI_dll) $(runtime_dep)
ifdef ENABLE_AOT
-CSC_IMAGES = $(csc_aot_image) $(csc_SRM_image) $(csc_SCI_image)
+CSC_IMAGES = $(csc_aot_image) $(csc_SRM_image) $(csc_SCI_image) $(csc_MC_image) $(csc_MCS_image)
clean-local:
-rm -f $(mscorlib_aot_image) $(mcs_aot_image) $(CSC_IMAGES) $(PROFILE)_aot.log
@@ -79,8 +79,7 @@ clean-local:
# AOT build profile to speed up build
ifeq ($(PROFILE),build)
-# $(mscorlib_aot_image) is disabled due to runtime bug #50434
-IMAGES =
+IMAGES = $(mscorlib_aot_image)
ifdef MCS_MODE
IMAGES += $(mcs_aot_image)