mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #1307 from jkristell/master
Configure nodejs for vfpv3-d16 FPUs.
This commit is contained in:
commit
bef18062f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue