summaryrefslogtreecommitdiff
path: root/parallel/threadingbuildingblocks/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-20 17:58:05 +0000
committerjoerg <joerg>2013-10-20 17:58:05 +0000
commit8e5cabab811f9bc1e10e223d7ff00a2e54a196b7 (patch)
treebeeb359fd619bfeb9d319ec2abbff07a244e837f /parallel/threadingbuildingblocks/patches
parentd421bf91c39aec8f2d5b138ac7e183c2a2c03cc3 (diff)
downloadpkgsrc-8e5cabab811f9bc1e10e223d7ff00a2e54a196b7.tar.gz
Don't try to mess with the compiler scheduling.
Diffstat (limited to 'parallel/threadingbuildingblocks/patches')
-rw-r--r--parallel/threadingbuildingblocks/patches/patch-build_FreeBSD.gcc.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/threadingbuildingblocks/patches/patch-build_FreeBSD.gcc.inc b/parallel/threadingbuildingblocks/patches/patch-build_FreeBSD.gcc.inc
new file mode 100644
index 00000000000..4778909f628
--- /dev/null
+++ b/parallel/threadingbuildingblocks/patches/patch-build_FreeBSD.gcc.inc
@@ -0,0 +1,13 @@
+$NetBSD: patch-build_FreeBSD.gcc.inc,v 1.1 2013/10/20 17:58:06 joerg Exp $
+
+--- build/FreeBSD.gcc.inc.orig 2013-10-18 13:29:39.000000000 +0000
++++ build/FreeBSD.gcc.inc
+@@ -88,7 +88,7 @@ endif
+ # Setting tbbmalloc data.
+ #------------------------------------------------------------------------------
+
+-M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions -fno-schedule-insns2
++M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions
+
+ #------------------------------------------------------------------------------
+ # End of setting tbbmalloc data.