Skip to content

[3.14] community/fio: disable build system cpu optimizations

Henrik Riomar requested to merge HRio/aports:3.14-fio-disable-native into 3.14-stable

Use '--disable-native' to disable build system local CPU optimizations.

Fixes: $ fio Illegal instruction

on systems with different cpu features than the build host.

For instance this currently prevents the fio binary shipped with Alpine to be used on systems with an Intel Atom C3000 cpu.

(cherry picked from commit edd56c9a)

Merge request reports