From 3d293f5a719db1fee145827e8f2f3ef70e2c1356 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Thu, 13 Nov 2014 18:37:43 +0100 Subject: [xbuild] Add 14.0 toolchain --- runtime/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/Makefile.am') 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; \ -- cgit v1.2.3