jemalloc on ppc32: Missing implementation for 32-bit atomic operations
Ingvar Hagelund
ingvar at redpill-linpro.com
Tue Apr 19 06:45:00 PDT 2011
Building a git checkout of jemalloc today on 32bit ppc:
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
-fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o
src/jemalloc.pic.o src/jemalloc.c
In file included from include/jemalloc/internal/jemalloc_internal.h:386,
from src/jemalloc.c:2:
include/jemalloc/internal/atomic.h:164:4: #error "Missing implementation
for 32-bit atomic operations"
make: *** [src/jemalloc.pic.o] Error 1
Seems to work fine on ppc64, though.
Ingvar
More information about the jemalloc-discuss
mailing list