summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:17:55 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:20:31 +0000
commit390a71ba41b7d694317be866ef27d0b510415908 (patch)
tree9533f5e700a79a825861a3581ef5f903c749a002
parent853150b0ba9e697e1967abcc4a054591e43b9bde (diff)
It seems we no longer need to add -lpthread for MinGW builds
I think the toolchain does that now
-rw-r--r--jhbuildrc.include4
1 files changed, 0 insertions, 4 deletions
diff --git a/jhbuildrc.include b/jhbuildrc.include
index e6aac19..68486bb 100644
--- a/jhbuildrc.include
+++ b/jhbuildrc.include
@@ -204,10 +204,6 @@ os.environ['JHBUILD_CHECKOUTROOT'] = checkoutroot
os.environ['JHBUILD_BUILDROOT'] = buildroot
os.environ['JHBUILD_PREFIX'] = prefix
-# must put pthread into LIBS when building pthread-stubs, as weak cleverness won't work...
-#if 'mingw' in os.environ['HOST']:
-# os.environ['LIBS'] = '-lpthread'
-
# pixman tests run slower when OpenMP is allowed to use multiple threads...
# I'm assuming this is a toolchain bug...
os.environ['OMP_NUM_THREADS'] = '1'