mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-03 13:11:07 -09:00
Per default, the fio package uses the "-march=native" GCC option. This is of course wildly inappropriate for cross-compilation and can result in illegal instructions. Thus we make sure fio will not use that compiler option by adding --disable-native to FIO_OPTS. Signed-off-by: Jens Maus <mail@jens-maus.de> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>