deps: fix v8 armv6 run-time detection
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 22 Jan 2015 20:50:35 +0000 (21:50 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 22 Jan 2015 22:07:53 +0000 (23:07 +0100)
commit297cadbab6a37fa4f14811452e4621770a321371
tree912ea5e28d22a84bf36d50c16f4154e827d43d3f
parentd481bb68c4f2cf01ec7d26dcc91862b265b7effa
deps: fix v8 armv6 run-time detection

The elf_platform suffix in /proc/cpuinfo moved to the model name field
in Linux 3.8.

Out-of-tree patch pending https://codereview.chromium.org/867713003/

Fixes: https://github.com/iojs/io.js/issues/283
PR-URL: https://github.com/iojs/io.js/pull/559
Reviewed-By: Fedor Indutny <fedor@indutny.com>
deps/v8/src/base/cpu.cc