* [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler
@ 2014-11-28 23:19 Angelo Compagnucci
2014-11-29 9:04 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Angelo Compagnucci @ 2014-11-28 23:19 UTC (permalink / raw)
To: buildroot
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@gmail.com>
---
package/mono/mono.mk | 2 ++
1 file changed, 2 insertions(+)
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
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler
2014-11-28 23:19 [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler Angelo Compagnucci
@ 2014-11-29 9:04 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-11-29 9:04 UTC (permalink / raw)
To: buildroot
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:
> 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@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-29 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 23:19 [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler Angelo Compagnucci
2014-11-29 9:04 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox