mpfr: Fix obsolete ARC asm constraints
authorZakharov Vlad <Vladislav.Zakharov@synopsys.com>
Mon, 21 Nov 2016 14:08:05 +0000 (17:08 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 21 Nov 2016 20:16:06 +0000 (21:16 +0100)
commit568013ecae874e6560a650bbfcc4a91f0f232fd1
tree4510795e0e42b6cc8ed3153dbb96eb81e3e58f9b
parentfe13efe19dde41409a72d625919807f3841767fd
mpfr: Fix obsolete ARC asm constraints

"mpfr" library build was failing due to obsolete ARC asm constraints.

This commit replaces obsolete "J" constraints with up-to-date "Cal"
ones in order to fix "mpfr" build for ARC.

Fixes:
http://autobuild.buildroot.net/results/579/579de571270ad562fbb1699224d557d16276704b//

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mpfr/0001-Fix-obsolete-ARC-asm-constraints.patch [new file with mode: 0644]