mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
build: Support ARM build without FPU
This commit is contained in:
parent
00ac4c6824
commit
2508e58e4f
@ -1251,7 +1251,7 @@ config("clang_revision") {
|
||||
}
|
||||
|
||||
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" ]
|
||||
if (!arm_use_thumb) {
|
||||
cflags += [ "-marm" ]
|
||||
|
Loading…
Reference in New Issue
Block a user