Skip to content

Commit

Permalink
Merge pull request #1307 from jkristell/master
Browse files Browse the repository at this point in the history
Configure nodejs for vfpv3-d16 FPUs.
  • Loading branch information
kmihelich committed Nov 25, 2015
2 parents 4aeb418 + 4c81370 commit bef1806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/nodejs/PKGBUILD
Expand Up @@ -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
Expand Down

0 comments on commit bef1806

Please sign in to comment.