Changed
- Enable -ftrivial-auto-var-init=zero by default
Added
- Add support for NDK’s weak API references
- Add wrappers for llvm-strip and llvm-objcopy
- Enable libquadmath support for AArch64
Fixed
- Auto-link with -latomic on MIPS32r2
- GCC can't inline atomics when targeting this architecture, so we must explicitly link to it.