config: add -moutline-atomics to default Arm build
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Fri, 9 Oct 2020 09:50:32 +0000 (11:50 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Oct 2020 14:35:48 +0000 (16:35 +0200)
commit36029fd6b14f6d3063d8cabc834fb1ff740a32a8
tree813414c237fb3e38a83388e0408a8bc84e16b9dc
parentad6f7399d24748fb038e608a6c8f4362d00de890
config: add -moutline-atomics to default Arm build

-moutline-atomics allows LSE instructions to be used if available when
compiling for ARMv8.0 instruction set. It's enabled by default on newer
compilers, such as gcc-10.1. Enable the option in case an earlier
compiler version is used for the default build that lacks either -mcpu
or -mtune which would otherwise enable it.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
config/arm/meson.build