mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update raspi_arm.gni
This commit is contained in:
parent
5e2fe9825c
commit
13d5c378cf
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
||||||
# The ARM floating point mode. This is either the string "hard", "soft",
|
# 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
|
# or "softfp". An empty string means to use the default one for the
|
||||||
# arm_version.
|
# arm_version.
|
||||||
arm_float_abi = ""
|
arm_float_abi = "hard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(arm_float_abi == "" || arm_float_abi == "hard" ||
|
assert(arm_float_abi == "" || arm_float_abi == "hard" ||
|
||||||
|
|
Loading…
Reference in a new issue