void-packages/srcpkgs/fio
Anthony Iliopoulos b94fc1485b fio: add --disable-native to the configure options
fio by default is passing the -march=native flag to
gcc, which causes it to emit specific optimized
instructions that are not available on all cpu models.

More specifically, the particular cause was that it
was enabling the BMI2 instruction set on the x86_64
builder and emitting shlx instructions which were
crashing fio (as illegal opcodes) on machines with
older cpus.

Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
2018-11-28 14:10:00 -02:00
..
template