Merge pull request #1307 from jkristell/master

Configure nodejs for vfpv3-d16 FPUs.
This commit is contained in:
Kevin Mihelich 2015-11-25 12:15:54 -07:00
commit bef18062f9

View file

@ -36,7 +36,7 @@ set_flags_for_arm() {
GYPFLAGS="-Darm_thumb -Darm_float_abi=hard -Darm_version=6 -Darm_fpu=vfpv2"
fi
if [ "$CARCH" == "armv7h" ]; then
CONFIG="--with-arm-float-abi=hard"
CONFIG="--with-arm-float-abi=hard --with-arm-fpu=vfpv3-d16"
GYPFLAGS="-Darm_thumb -Darm_float_abi=hard -Darm_version=7 -Darm_fpu=vfpv3-d16"
fi
export CXXFLAGS