diff --git a/arm/mac_arm.gni b/arm/mac_arm.gni index 4396529f..937165df 100644 --- a/arm/mac_arm.gni +++ b/arm/mac_arm.gni @@ -52,7 +52,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") { # The ARM floating point mode. This is either the string "hard", "soft", # or "softfp". An empty string means to use the default one for the # arm_version. - arm_float_abi = "" + arm_float_abi = "hard" } } assert(arm_float_abi == "" || arm_float_abi == "hard" ||