summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'