diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 35176718ed..7b6009da97 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -34,8 +34,8 @@ if [ "$HAVE_VIDEOCORE" = 'yes' ]; then fi if [ "$HAVE_NEON" = "yes" ]; then - CFLAGS="$CFLAGS -mfpu=neon" - CXXFLAGS="$CXXFLAGS -mfpu=neon" + CFLAGS="$CFLAGS -mfpu=neon -marm" + CXXFLAGS="$CXXFLAGS -mfpu=neon -marm" ASFLAGS="$ASFLAGS -mfpu=neon" fi