Configure node vfpv3-d16 FPUs.

This commit is contained in:
Johan Kristell 2015-11-25 09:10:54 +01:00
parent 912c964af3
commit 4c81370440

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