build: partially fix configure on ARM
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 12 Jul 2012 14:29:43 +0000 (16:29 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 12 Jul 2012 14:29:46 +0000 (16:29 +0200)
commitc6bb361b8411132891bdbc816ceda6c147754cf6
treed7baf8f6517321bf8250f3b66001d5f214e4e447
parent202df30aabc78fa571cf77ad93146b3c4d99fc6e
build: partially fix configure on ARM

V8 on ARM requires that armv7 is set. We don't have a good way to detect the
CPU model right now so we pick a default and hope that it works okay for the
majority of people.

Non-scientific sampling - the ARM hardware I have lying around the house -
suggests that ARMv5 and ARMv6 are still most common so armv7=0 it is.

This obviously needs to be revisited sometime in the future.
configure