include conf/distro/include/multimachine.conf
#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
+PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"
ENABLE_BINARY_LOCALE_GENERATION ?= ""
FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
BUILD_OPTIMIZATION = "-Os"
-#EABI is softfloat by default, but let's make sure :)
-TARGET_FPU = "soft"
+#ARM EABI is softfloat by default, but let's make sure :)
+TARGET_FPU_arm = "soft"
PARALLEL_INSTALL_MODULES = "1"