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_common.make')
-rw-r--r--mcs/build/profiles/testing_aot_common.make32
1 files changed, 32 insertions, 0 deletions
diff --git a/mcs/build/profiles/testing_aot_common.make b/mcs/build/profiles/testing_aot_common.make
new file mode 100644
index 00000000000..00904f1f804
--- /dev/null
+++ b/mcs/build/profiles/testing_aot_common.make
@@ -0,0 +1,32 @@
+#! -*- makefile -*-
+
+BOOTSTRAP_PROFILE = build
+
+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 \
+ -nowarn:1699 \
+ -nostdlib \
+ $(PLATFORM_DEBUG_FLAGS)
+
+API_BIN_PROFILE = build/monotouch
+FRAMEWORK_VERSION = 2.1
+
+# the tuner takes care of the install
+NO_INSTALL = yes
+NO_CONSOLE = yes
+MOBILE_PROFILE = yes