[Pkg-mono-svn-commits] [mono] 01/01: Also use PThreads on all PowerPC variants.

Jo Shields directhex at moszumanska.debian.org
Tue Nov 8 16:03:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository mono.

commit 35555c1e5fc2eb5c2c1303b9662212ae0c2b610d
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Tue Nov 8 16:02:18 2016 +0000

    Also use PThreads on all PowerPC variants.
---
 debian/rules | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index 02f3bc7..fef4d33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,18 @@ ifeq ($(DEB_BUILD_ARCH), mipsel)
 	CONF_FLAGS += --with-tls=pthread
 endif
 
+ifeq ($(DEB_BUILD_ARCH), powerpc)
+	CONF_FLAGS += --with-tls=pthread
+endif
+
+ifeq ($(DEB_BUILD_ARCH), ppc64)
+	CONF_FLAGS += --with-tls=pthread
+endif
+
+ifeq ($(DEB_BUILD_ARCH), ppc64el)
+	CONF_FLAGS += --with-tls=pthread
+endif
+
 ifneq (,$(findstring $(DEB_BUILD_ARCH),$(DEB_MONO_SGEN_ARCHS)))
 	CONF_FLAGS += --with-sgen=yes
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list