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_hybrid.make')
-rw-r--r--mcs/build/profiles/testing_aot_hybrid.make31
1 files changed, 3 insertions, 28 deletions
diff --git a/mcs/build/profiles/testing_aot_hybrid.make b/mcs/build/profiles/testing_aot_hybrid.make
index b1c1e9675b2..034efa52015 100644
--- a/mcs/build/profiles/testing_aot_hybrid.make
+++ b/mcs/build/profiles/testing_aot_hybrid.make
@@ -1,33 +1,8 @@
#! -*- 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_MCS_FLAGS += \
+ -d:MOBILE_DYNAMIC
-profile-check:
- @:
-
-DEFAULT_REFERENCES = mscorlib
-
-PROFILE_MCS_FLAGS = \
- -d:NET_1_1 \
- -d:NET_2_0 \
- -d:NET_2_1 \
- -d:MOBILE,MOBILE_LEGACY \
- -d:MOBILE_DYNAMIC \
- -d:NET_3_5 \
- -d:NET_4_0 \
- -d:NET_4_5 \
- -d:MONO \
- -nowarn:1699 \
- -nostdlib \
- $(PLATFORM_DEBUG_FLAGS)
-
-API_BIN_PROFILE = build/monotouch
-FRAMEWORK_VERSION = 2.1
-
-NO_INSTALL = yes
MOBILE_DYNAMIC = yes
-MOBILE_PROFILE = yes
-NO_CONSOLE = yes