Index: build/config/arm.gni |
diff --git a/build/config/arm.gni b/build/config/arm.gni |
index 59de6687e7f8f437bb5274bbe557150431f32cc4..d942c3b1a73cb0b1b8d90031dfba1ef722ea1d6f 100644 |
--- a/build/config/arm.gni |
+++ b/build/config/arm.gni |
@@ -22,10 +22,8 @@ if (cpu_arch == "arm") { |
arm_use_neon = true |
} |
- assert(arm_float_abi == "" || |
- arm_float_abi == "hard" || |
- arm_float_abi == "soft" || |
- arm_float_abi == "softfp") |
+ assert(arm_float_abi == "" || arm_float_abi == "hard" || |
+ arm_float_abi == "soft" || arm_float_abi == "softfp") |
if (is_android) { |
arm_use_neon = false |
@@ -41,10 +39,10 @@ if (cpu_arch == "arm") { |
arm_float_abi = "softfp" |
} |
arm_fpu = "vfp" |
+ |
# Thumb is a reduced instruction set available on some ARM processors that |
# has increased code density. |
arm_use_thumb = false |
- |
} else if (arm_version == 7) { |
arm_arch = "armv7-a" |
if (arm_tune == "") { |