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>2014-11-13 20:37:43 +0300
committerMarek Safar <marek.safar@gmail.com>2014-11-13 20:37:43 +0300
commit3d293f5a719db1fee145827e8f2f3ef70e2c1356 (patch)
tree7bc19d36bf45588e508433cd98fe136c3e0b65fd /runtime/Makefile.am
parent4697ef6e7790380227e79b2b128fd7227c712647 (diff)
[xbuild] Add 14.0 toolchain
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index ca34a6f396f..7e5a019b823 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -44,7 +44,7 @@ al_profile = net_4_0
endif
if INSTALL_4_5
-build_profiles += net_4_5 xbuild_12
+build_profiles += net_4_5 xbuild_12 xbuild_14
al_profile = net_4_5
endif
@@ -138,6 +138,8 @@ mcs-compileall: mono-wrapper etc/mono/config
MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
elif [ "xbuild_12" = "$$profile" ]; then \
MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
+ elif [ "xbuild_14" = "$$profile" ]; then \
+ MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
else \
MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
fi; \