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:
Diffstat (limited to 'mcs/build/profiles/testing_aot_full.make')
-rw-r--r--mcs/build/profiles/testing_aot_full.make37
1 files changed, 6 insertions, 31 deletions
diff --git a/mcs/build/profiles/testing_aot_full.make b/mcs/build/profiles/testing_aot_full.make
index 576cc3567f6..cbddc919125 100644
--- a/mcs/build/profiles/testing_aot_full.make
+++ b/mcs/build/profiles/testing_aot_full.make
@@ -1,45 +1,20 @@
#! -*- makefile -*-
-BOOTSTRAP_PROFILE = build
+include $(topdir)/build/profiles/testing_aot_common.make
-BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_CSC)
-MCS = $(BOOTSTRAP_MCS)
-
-profile-check:
- @:
-
-DEFAULT_REFERENCES = mscorlib
-
-PROFILE_MCS_FLAGS = \
- -d:NET_1_1 \
- -d:NET_2_0 \
- -d:NET_2_1 \
- -d:NET_3_5 \
- -d:NET_4_0 \
- -d:NET_4_5 \
- -d:MONO \
- -d:MOBILE,MOBILE_LEGACY \
- -d:FULL_AOT_DESKTOP \
+PROFILE_MCS_FLAGS += \
+ -d:FULL_AOT_DESKTOP \
-d:FULL_AOT_RUNTIME \
-d:DISABLE_REMOTING \
- -d:DISABLE_COM \
- -nowarn:1699 \
- -nostdlib \
- $(PLATFORM_DEBUG_FLAGS)
-
-API_BIN_PROFILE = build/monotouch
-FRAMEWORK_VERSION = 2.1
+ -d:DISABLE_COM
-# the tuner takes care of the install
-NO_INSTALL = yes
AOT_FRIENDLY_PROFILE = yes
-MOBILE_PROFILE = yes
NO_VTS_TEST = yes
-NO_CONSOLE = yes
NO_SRE=1
# Note need for trailing comma. If you add, keep it
PROFILE_TEST_HARNESS_EXCLUDES = MobileNotWorking,PKITS,
-ALWAYS_AOT = yes
+ALWAYS_AOT_BCL = yes
+ALWAYS_AOT_TESTS = yes