mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 05:16:12 +03:00
build: Support ARM build without FPU
This commit is contained in:
parent
2c5f19fc27
commit
05cb839f6e
@ -1456,7 +1456,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