build: move armv6 snapshot test to configure_arm()
authorRod Vagg <rod@vagg.org>
Mon, 12 Jan 2015 04:49:55 +0000 (15:49 +1100)
committerRod Vagg <rod@vagg.org>
Mon, 12 Jan 2015 05:05:15 +0000 (16:05 +1100)
commit70c2501373cdc2cf58a927823891e14054063136
treeba4b3780e4a01d6325ae32194f449ed5df83a166
parent0cca6fe74a22c6268cf9dddc94e24c4f0c8412cd
build: move armv6 snapshot test to configure_arm()

fails on windows because is_arch_armv6() calls CC to get properties,
so moved to a scope where we know we're at least on ARM

PR-URL: https://github.com/iojs/io.js/pull/296
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
configure