Comment # 9 on bug 1171643 from
So the missing symbols would be caused by:

```
The option -moutline-atomics has been added to aid deployment of the Large
System Extensions (LSE) on GNU/Linux systems built with a baseline architecture
targeting Armv8-A. When the option is specified code is emitted to detect the
presence of LSE instructions at runtime and use them for standard atomic
operations. For more information please refer to the documentation.
```

So please add -mno-outline-atomics for aarch64 compile flags.


You are receiving this mail because: