set -fpu=neon so we can use arm_neon.h

This commit is contained in:
Mike Reed 2009-07-13 14:48:43 -04:00
parent a14deb7eaf
commit 8ce877a3ab
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ ARCH_ARM_HAVE_FFS := true
arch_variant_cflags := \
-march=armv7-a \
-mfloat-abi=softfp \
-mfpu=vfp
-mfpu=neon