diff options
Diffstat (limited to 'databases/mongodb50/files/patch-SConstruct')
-rw-r--r-- | databases/mongodb50/files/patch-SConstruct | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/mongodb50/files/patch-SConstruct b/databases/mongodb50/files/patch-SConstruct index c798505de87a..8fc64862a51e 100644 --- a/databases/mongodb50/files/patch-SConstruct +++ b/databases/mongodb50/files/patch-SConstruct @@ -36,13 +36,3 @@ "i386" : { "-march=" : "nocona", "-mtune=" : "generic" }, "ppc64le" : { "-mcpu=" : "power8", "-mtune=" : "power8", "-mcmodel=" : "medium" }, "s390x" : { "-march=" : "z196", "-mtune=" : "zEC12" }, -@@ -4520,7 +4524,8 @@ def doConfigure(myenv): - myenv = conf.Finish() - - if env['TARGET_ARCH'] == "aarch64": -- AddToCCFLAGSIfSupported(myenv, "-moutline-atomics") -+ # https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html -+ AddToCCFLAGSIfSupported(myenv, "-mno-outline-atomics") - - conf = Configure(myenv) - usdt_enabled = get_option('enable-usdt-probes') |