summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/SConscript')
-rw-r--r--src/third_party/wiredtiger/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/SConscript b/src/third_party/wiredtiger/SConscript
index e99d0cd759f..5d367062543 100644
--- a/src/third_party/wiredtiger/SConscript
+++ b/src/third_party/wiredtiger/SConscript
@@ -170,9 +170,7 @@ if useSnappy:
#
# On zSeries we may disable because SLES 11 kernel doe not support the instructions.
if not (env['TARGET_ARCH'] == 's390x' and get_option("use-s390x-crc32") == "off"):
- # Disable ARM hardware CRC for now - the extensions aren't always available
- if env['TARGET_ARCH'] != 'aarch64':
- env.Append(CPPDEFINES=["HAVE_CRC32_HARDWARE"])
+ env.Append(CPPDEFINES=["HAVE_CRC32_HARDWARE"])
wtlib = env.Library(
target="wiredtiger",