mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Commita17402e42dhas conditionally enabled NEON and VFPv3 optimizations. However, the VFPv3 logic is causing issues on some targets such as Cortex-A5 with VFPv4-D16 but not VFPv4. Since the ENABLE_VFPV3=ON option only adds CFLAGS, we can always set it to OFF, and let Buildroot pass appropriate CFLAGS. However, the ENABLE_NEON option also adds the build of NEON-specific code, so we keep this logic. Fixes: - https://bugs.buildroot.org/show_bug.cgi?id=11996 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit4d0f3dd870) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>