K 10 svn:author V 3 ian K 8 svn:date V 27 2015-01-19T04:56:17.635508Z K 7 svn:log V 325 For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it can use floating point hardware instructions (because all armv6/7 systems we support have fp hardware), but it passes args using a soft-float compatible ABI. This should give noticible performance improvement (but not as much as using the armv6hf arch). END