jemalloc-3.6.0 fails to build on to-be-fedora-21

Ingvar Hagelund ingvar at redpill-linpro.com
Thu Jun 19 01:37:25 PDT 2014


Den 19. juni 2014 10:01, skrev Ingvar Hagelund:
> jemalloc-3.6.0 fails to build on to-be-fedora-21
> 
> https://kojipkgs.fedoraproject.org//work/tasks/2036/7002036/build.log
> 
> Seems like gcc-4.9.0 changed emmintrin.h

... though only when compiling against Fedora's i686 target, that is
"gcc -m32 -march=i686 -mtune=atom"

x86_64 and the generic i386 target, that is "gcc -march=i386
-mtune=generic" , works fine (though generic i386 is not a primary
Fedora target anymore).

Ingvar



More information about the jemalloc-discuss mailing list