From 5e2fe9825c2a040dbab69bb2d62f589ba69d271c Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sun, 11 Sep 2022 18:35:21 -0500 Subject: [PATCH] Update mac_arm.gni --- arm/mac_arm.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ||