mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03: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> (cherry picked from commit 056958724b8c7581aff2bc022841c1ca6db1e590) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>