Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | musl: add patch to fix build on ARMv4 with new binutils | Timothy Lee | 2017-10-08 | 1 | -0/+43 |
New binutils (since 2.27.51) cannot build musl-1.1.16 due to breakage in ARMv4 atomics asm. This patch from upstream musl repository is needed until musl-1.1.17 is released: https://git.musl-libc.org/cgit/musl/commit/?id=b261a24256792177a5f0531dbb25cc6267220ca5 Signed-off-by: Timothy Lee <timothy.ty.lee@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |