configure: turn on VFPv3 on ARMv7
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 19 Sep 2012 12:37:08 +0000 (14:37 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 15 Oct 2012 21:55:26 +0000 (23:55 +0200)
commit1205734e69df2cecce88d67aa9e6b32a843d1633
treeee298e3a4aef4d29ee7a33747049235b1f67b056
parent28b0cc08b8c9a461c1560da52c3bc30c4e7a996b
configure: turn on VFPv3 on ARMv7

Fixes a V8 build error caused by missing arm_fpu and arm_neon settings.

This is a back-port of commit bbf6b4e from the master branch.

Fixes #4142.
configure