From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler
Date: Sat, 29 Nov 2014 00:19:18 +0100 [thread overview]
Message-ID: <1417216758-17468-1-git-send-email-angelo.compagnucci@gmail.com> (raw)
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
next reply other threads:[~2014-11-28 23:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-28 23:19 Angelo Compagnucci [this message]
2014-11-29 9:04 ` [Buildroot] [PATCH] package/mono: force host-mono to use internal mono bootstrap compiler Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1417216758-17468-1-git-send-email-angelo.compagnucci@gmail.com \
--to=angelo.compagnucci@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox