mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 667130 - SIMD/THUMB2 detections fail under Android NDK5 r=khuey
This commit is contained in:
parent
44c0bcd908
commit
0e25e3431b
@ -6926,7 +6926,7 @@ dnl ========================================================
|
||||
|
||||
dnl Defaults
|
||||
case "${target}" in
|
||||
arm-android-eabi)
|
||||
arm-android*|arm-linuxandroid*)
|
||||
MOZ_THUMB=yes
|
||||
MOZ_ARCH=armv7-a
|
||||
MOZ_FPU=vfp
|
||||
|
@ -4446,7 +4446,7 @@ dnl ========================================================
|
||||
|
||||
dnl Defaults
|
||||
case "${target}" in
|
||||
arm-android-eabi)
|
||||
arm-android*|arm-linuxandroid*)
|
||||
MOZ_THUMB=yes
|
||||
MOZ_ARCH=armv7-a
|
||||
MOZ_FPU=vfp
|
||||
|
Loading…
Reference in New Issue
Block a user