You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When building nodejs for debian armel, one must set arm_fpu to "vfp".
Alas, -Darm_fpu=fvp is overriden by https://github.com/nodejs/node/blob/master/configure#L613.
Is it possible to check if arm_fpu is set in configure before setting it ?
Hi,
When building nodejs for debian armel, one must set arm_fpu to "vfp".
Alas,
-Darm_fpu=fvpis overriden by https://github.com/nodejs/node/blob/master/configure#L613.Is it possible to check if arm_fpu is set in configure before setting it ?