diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index f79972a2e8941ae6465564445811b11df84e2450..026e3a2f582bdce6ca4331017515459f82c7281d 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -69,7 +69,7 @@ cross_compile {
             # If the toolchain does not explicitly specify to use NEON instructions
             # we use arm_neon_optional for ARMv7 and newer and let chromium decide
             # about the mfpu option.
-            contains(MFPU, "neon"): GYP_ARGS += "-D arm_fpu=\"$$MFPU\" -D arm_neon=1"
+            contains(MFPU, "neon")|contains(MFPU, "neon-vfpv4"): GYP_ARGS += "-D arm_fpu=\"$$MFPU\" -D arm_neon=1"
             else:!lessThan(MARMV, 7): GYP_ARGS += "-D arm_neon=0 -D arm_neon_optional=1"
             else: GYP_ARGS += "-D arm_fpu=\"$$MFPU\" -D arm_neon=0 -D arm_neon_optional=0"
         }