mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-19 16:33:19 +03:00
build: Support ARM build without FPU
This commit is contained in:
parent
6ea200c1dc
commit
ed30cdba93
@ -1182,7 +1182,7 @@ config("clang_revision") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config("compiler_arm_fpu") {
|
config("compiler_arm_fpu") {
|
||||||
if (current_cpu == "arm" && !is_ios && !is_nacl) {
|
if (current_cpu == "arm" && !is_ios && !is_nacl && arm_fpu != "") {
|
||||||
cflags = [ "-mfpu=$arm_fpu" ]
|
cflags = [ "-mfpu=$arm_fpu" ]
|
||||||
if (!arm_use_thumb) {
|
if (!arm_use_thumb) {
|
||||||
cflags += [ "-marm" ]
|
cflags += [ "-marm" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user