[Buildroot] [git commit] package/mono: force host-mono to use internal mono bootstrap compiler

Peter Korsgaard peter at korsgaard.com
Sat Nov 29 09:03:54 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=9f6633f17b2149a0a0396760c983b0dd418d2334
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This patch forces the use of internal compiler for building mono,
for more information please refer to mono official documentation
(README.md)

Signed-off-by: Angelo Compagnucci <angelo.compagnucci at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mono/mono.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 23d16f1..df67c33 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -55,6 +55,8 @@ HOST_MONO_CONF_OPTS += \
 	--with-profile4=$(if $(BR2_PACKAGE_MONO_40),yes,no) \
 	--with-profile4_5=$(if $(BR2_PACKAGE_MONO_45),yes,no)
 
+HOST_MONO_MAKE_OPTS += EXTERNAL_MCS="$(@D)/mcs/class/lib/monolite/basic.exe"
+
 HOST_MONO_DEPENDENCIES = host-monolite host-gettext
 
 define HOST_MONO_SETUP_MONOLITE



More information about the buildroot mailing list