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:
authorMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
commitd44898a2308b06a1b51b646e519da1ac3daaf6b4 (patch)
tree20b7cc3aa0eb3de421fe6f05e641721f8eca9a59 /mcs/build/config-default.make
parentc4f0cacd96957616532d495f684dfddbd27dcd26 (diff)
[build] Switch to 4.6 profile as default profile
Diffstat (limited to 'mcs/build/config-default.make')
-rw-r--r--mcs/build/config-default.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index e351b073af3..124bb2a3f81 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -30,7 +30,7 @@ TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATO
DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
-DEFAULT_PROFILE := net_4_5
+DEFAULT_PROFILE := net_4_x
# You shouldn't need to set these but might on a
# weird platform.