gyp: fix ARM build
authorMaciej Małecki <me@mmalecki.com>
Wed, 23 Jul 2014 13:24:07 +0000 (15:24 +0200)
committerFedor Indutny <fedor@indutny.com>
Wed, 23 Jul 2014 19:42:22 +0000 (23:42 +0400)
commit300dd3499c2b939e3bc3501d9b060a7b364dd5e2
tree0f6b847cec0bf4f44a85bd499e9797b71a0b9eb1
parentea89fdfec4f7a6ff180149a5eacc3c7d84b87e39
gyp: fix ARM build

According to V8 changelog, `armv7` config variable was replaced by
`arm_version`, with value either '7', '6' or 'default'.

Detect ARMv7 and ARMv6 CPUs and default to 'default'.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
configure