mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1415453 - Use vfpv3-d16 as default on Android/arm. r=froydnj
According to https://developer.android.com/ndk/guides/abis.html, androideabi-v7a must support vfpv3-d16. So we should use it for fpu flag. MozReview-Commit-ID: 3rhmRTekmwD --HG-- extra : rebase_source : c5ffa22d8712fc7b8006cc340175a9586d77f49b
This commit is contained in:
parent
c8b1df818d
commit
8e2ff2b365
@ -31,7 +31,7 @@ if test -z "$MOZ_ARCH"; then
|
||||
arm-Android)
|
||||
MOZ_THUMB=yes
|
||||
MOZ_ARCH=armv7-a
|
||||
MOZ_FPU=vfp
|
||||
MOZ_FPU=vfpv3-d16
|
||||
MOZ_FLOAT_ABI=softfp
|
||||
MOZ_ALIGN=no
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user