[Pkg-mono-svn-commits] [mono] 01/01: Force pthread for --with-tls on MIPS.

Jo Shields directhex at moszumanska.debian.org
Wed Nov 25 17:36:27 UTC 2015


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

directhex pushed a commit to branch master-experimental-patches/force_pthread_on_mips
in repository mono.

commit e497d788017168640652b5d6876e4613fdebde91
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