mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 12:56:13 +03:00
arm: build: Support ARM build without FPU
This commit is contained in:
parent
335009c536
commit
ce228643f2
@ -1674,7 +1674,7 @@ config("rustc_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