[Pkg-mono-svn-commits] [mono] 03/04: Force pthread for --with-tls on MIPS.
Jo Shields
directhex at moszumanska.debian.org
Wed Nov 25 19:15:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/4.2.1.102+dfsg2-2
in repository mono.
commit 36c1be2e4e849e3cc24e7d74aa00d8ba9a303c07
Author: Jo Shields <jo.shields at xamarin.com>
Date: Wed Nov 25 17:31:19 2015 +0000
Force pthread for --with-tls on MIPS.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 2317c4f..dc35e7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2732,6 +2732,7 @@ case "$host" in
mips*)
TARGET=MIPS;
arch_target=mips;
+ with_tls=pthread
sgen_supported=true
ACCESS_UNALIGNED="no"
--
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