configure: use __ARM_ARCH to determine arm version
authorJoão Reis <reis@janeasystems.com>
Wed, 2 Dec 2015 02:37:08 +0000 (02:37 +0000)
committerJames M Snell <jasnell@gmail.com>
Wed, 23 Dec 2015 16:38:33 +0000 (08:38 -0800)
commitcc40b7595996122278cbeb2a44e015ade3f6db91
tree45004b7360fb31ec6b03bbeda451222b739c91e2
parenta6a5c573e65f3ff8bb9671300525c5ad3e15c2f2
configure: use __ARM_ARCH to determine arm version

Before this change, configure used processor specific macro defines
(like __ARM_ARCH_6M__) to detect the arm processor version. This
changes configure to use __ARM_ARCH, that should be defined to the
correct version.

Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/nodejs/node/pull/4123
configure