Status: New
Owner: ----

New issue 2140 by [email protected]: Fix hardfloat detection in Linux
http://code.google.com/p/v8/issues/detail?id=2140

gcc has a builtin define to denote hard abi when in use, e.g. when
using -mfloat-abi=hard it will define __ARM_PCS_VFP to 1 and therefore
we should check that to determine which calling convention is in use
and not __VFP_FP__ which merely indicates presence of VFP unit

The fix has been provided by Khem Raj <[email protected]>

Patch at: https://github.com/OSSystems/node/commit/a2a86b2883057ff62333f56b4073d5110533af99

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to