Skip to content
Commit 9389335b authored by John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz Committed by Jason Evans
Browse files

Use better pre-processor defines for sparc64

Currently, jemalloc detects sparc64 targets by checking whether
__sparc64__ is defined. However, this definition is used on BSD
targets only. Linux targets define both __sparc__ and __arch64__
for sparc64. Since this also works on BSD, rather use __sparc__
and __arch64__ instead of __sparc64__ to detect sparc64 targets.
parent f1f76357
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment