Comment 4 for bug 943281

Revision history for this message
Jani Monoses (jani) wrote :

If V8 SConscript does not figure out it should use hardfloat and the build fails with USE_EABI_HARDFLOAT=0 passed
then this may be needed to force itin debian/rules

ifneq (,$(findstring armhf,$(DEB_BUILD_ARCH)))
GYP_DEFINES += \
        v8_use_arm_eabi_hardfloat=true \
        $(NULL)
endif