summaryrefslogtreecommitdiffstats
path: root/rules/mono.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-06 10:15:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-06 11:08:31 +0100
commit5d39fd105f3000c9a764a374d1f18dcf70a64554 (patch)
tree9000d6299707e988fca5e5ea8e9ae8bc0f3fd73c /rules/mono.make
parentdd32155f80be7c15f7c0ce74f68f2c804286c0b4 (diff)
downloadptxdist-5d39fd105f3000c9a764a374d1f18dcf70a64554.tar.gz
ptxdist-5d39fd105f3000c9a764a374d1f18dcf70a64554.tar.xz
mono: version bump 3.2.6 -> 3.2.8
And other fixes so that arm-hf builds again. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mono.make')
-rw-r--r--rules/mono.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/mono.make b/rules/mono.make
index d8d4099dd..552cd208f 100644
--- a/rules/mono.make
+++ b/rules/mono.make
@@ -18,8 +18,8 @@ endif
#
# Paths and names
#
-MONO_VERSION := 3.2.6
-MONO_MD5 := 076e815090f9807f273b06a98e76e274
+MONO_VERSION := 3.2.8
+MONO_MD5 := 1075f99bd8a69890af9e30309728e684
MONO := mono-$(MONO_VERSION)
MONO_SUFFIX := tar.bz2
MONO_URL := http://download.mono-project.com/sources/mono/$(MONO).$(MONO_SUFFIX)
@@ -47,7 +47,7 @@ $(STATEDIR)/mono.extract:
MONO_CONF_ENV := \
$(CROSS_ENV) \
- CPPFLAGS="$(CROSS_CPPFLAGS) -DARM_FPU_NONE=$(call ptx/ifdef, PTXCONF_HAS_HARDFLOAT, 0, 1)" \
+ CPPFLAGS="$(CROSS_CPPFLAGS) $(call ptx/ifdef, PTXCONF_HAS_HARDFLOAT,,-DARM_FPU_NONE)" \
mono_cv_uscore=yes
#
# autoconf
@@ -67,7 +67,7 @@ MONO_CONF_OPT := \
--disable-dtrace \
--disable-llvm \
--disable-loadedllvm \
- --disable-mono-debugger \
+ --disable-llvm-version-check \
--with-libgdiplus=installed \
--with-gc=included \
--with-tls=pthread \
@@ -99,7 +99,7 @@ MONO_CONF_OPT := \
--enable-icall-export \
--disable-icall-tables \
--with-jumptables=no \
- --with-sgen=no
+ --with-sgen=yes
# --enable-minimal=LIST drop support for LIST subsystems.
# --with-crosspkgdir=/path/to/pkg-config/dir Change pkg-config dir to custom dir