You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
632 B
14 lines
632 B
diff --git a/SConstruct b/SConstruct
|
|
index 22dd77d947..3b90026138 100644
|
|
--- a/SConstruct
|
|
+++ b/SConstruct
|
|
@@ -3043,7 +3043,7 @@ def doConfigure(myenv):
|
|
# ask each module to configure itself and the build environment.
|
|
moduleconfig.configure_modules(mongo_modules, conf)
|
|
|
|
- if env['TARGET_ARCH'] == "ppc64le":
|
|
+ if env['TARGET_ARCH'] == "ppc64le" or env['TARGET_ARCH'] == "ppc64":
|
|
# This checks for an altivec optimization we use in full text search.
|
|
# Different versions of gcc appear to put output bytes in different
|
|
# parts of the output vector produced by vec_vbpermq. This configure
|