package/uclibc: backport patch to remove asm constraint on sparc
authorRomain Naour <romain.naour@gmail.com>
Thu, 20 Jun 2019 10:07:13 +0000 (12:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 22 Jun 2019 19:30:09 +0000 (21:30 +0200)
commit08d25f394266eea15c64ed5c583d6af86103166f
tree010d003988ba6471a46e22e5d14a668837b598ea
parent1713c3c344be26ec3bcb02a0a0068f21907ab881
package/uclibc: backport patch to remove asm constraint on sparc

uClibc-ng don't build with gcc 9.1 [1] on sparc due to a new check
that "catch illegal asm constraint usage" [2]. This issue has been
fixed in upstream uclibc-ng, so we simply backport the fix.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
[Thomas: backport the patch that was applied to upstream uclibc-ng]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/uclibc/0004-sparc-remove-asm-constraint.patch [new file with mode: 0644]