musl: add patch to fix build on ARMv4 with new binutils
authorTimothy Lee <timothy.ty.lee@gmail.com>
Tue, 26 Sep 2017 06:04:33 +0000 (16:04 +1000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Oct 2017 13:59:34 +0000 (15:59 +0200)
commit27cf2d3baf879f7314f12787982d8f4a5b4218cf
treef4e751ebf37e23d9054ea21e85ea2dc6c8a9b54a
parentdd20bbdaaf2c5a9450479a94a9bd70ca1b20ef41
musl: add patch to fix build on ARMv4 with new binutils

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>
package/musl/0002-arm-atomics-asm-with-new-binutils.patch [new file with mode: 0644]