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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 04:33:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 19:40:54 +0300
commit9f5b8c4cf2b7980ea5dddef62b36bb1910b53ff9 (patch)
tree7db8aa9f98bd8a5c1242194d660ae84ee630bcce /mcs/Makefile
parent1d6abe9ecaa51d39c01a9e4070e8bdd15b61593f (diff)
Rename the mobile_static profile to aot_only
We decided it's a better name since we're using the profile to test FullAOT scenarios on desktop (as opposed to the mobile profiles). While doing the rename I saw that a lot of the #ifdefs were using MOBILE_STATIC even though the code should actually be included/excluded in all FullAOT scenarios, e.g. System.Reflection.Emit. I replaced those cases with FULL_AOT_RUNTIME instead. For cases where code is specific to this profile, I added a new AOT_ONLY_DESKTOP define.
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 5f731fb15f3..6e02ba6c8e8 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -15,7 +15,7 @@ monotouch_watch_runtime_SUBDIRS := build class
monotouch_tv_runtime_SUBDIRS := build class
xammac_SUBDIRS := build class
aot_hybrid_SUBDIRS := build class ilasm
-mobile_static_SUBDIRS := build class ilasm
+aot_only_SUBDIRS := build class ilasm
binary_reference_assemblies_SUBDIRS := build class
net_4_x_SUBDIRS := build mcs class nunit24 ilasm tools tests errors docs
xammac_net_4_5_SUBDIRS := build class
@@ -71,8 +71,8 @@ $(_boot_:%=profile-do--monotouch_watch_runtime--%): profile-do--monotouch_watch
$(_boot_:%=profile-do--monotouch_tv_runtime--%): profile-do--monotouch_tv_runtime--%: profile-do--build--%
$(_boot_:%=profile-do--xammac--%): profile-do--xammac--%: profile-do--build--%
$(_boot_:%=profile-do--xammac_net_4_5--%): profile-do--xammac_net_4_5--%: profile-do--build--%
-$(_boot_:%=profile-do--aot_hybrid--%): profile-do--aot_hybrid--%: profile-do--build--%
-$(_boot_:%=profile-do--mobile_static--%): profile-do--mobile_static--%: profile-do--build--%
+$(_boot_:%=profile-do--aot_hybrid--%): profile-do--aot_hybrid--%: profile-do--build--%
+$(_boot_:%=profile-do--aot_only--%): profile-do--aot_only--%: profile-do--build--%
$(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--%
testcorlib: