Hi
There is not very good support from an NPM package perspective for Node 5.0 - Ghost blog for instance has only just put 4.x on its supported list. Fortunately there is a binary available from Node for 4.2.3 which a lot of packages appear to have migrated to, but I noticed a 60% drop in performance between 0.12.7 and 4.2.3 and wanted to run some tests against 0.12.7 and 4.2.3.
The Node changelog hints at dropping VFP2 support for ARM v7. This sounds like it could have an impact on calculating floating point numbers.
The issue I have is that can't do a fresh install of 0.12.7 and building from source (4-5 hours each time) results in a binary that gives 'illegal instruction' - I think this has something to do with a GCC build flag around VFP2 / VFP3 processor ability.
Is there a way (through version control or AUR) to find the original working Arch build script for v.12.x?