diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 12:12:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-18 23:26:35 +0100 |
commit | 06aa8ccadee6e191f3154a2afd8e4182c32ef211 (patch) | |
tree | 3a98149d972710c10ad3cba9208ffcda50499101 /meta/recipes-devtools/icecc-create-env | |
parent | 83ee5c7450ce556ef154c25d455afa963c3954d2 (diff) | |
download | poky-06aa8ccadee6e191f3154a2afd8e4182c32ef211.tar.gz |
mpfr: Fix compilation for ARC
MPFR has a couple of things implemented in assembly and in case of
ARC those parts were written long ago when ARC GCC port was not yet
upstreamed. On upstreaming of GCC some constraints were changed and
so we can no longer build MPFR for ARC with up-to-date tools seeing
something like that:
| In file included from ../../mpfr-4.0.1/src/mpfr-impl.h:112,
| from ../../mpfr-4.0.1/src/mul.c:24:
| ../../mpfr-4.0.1/src/mul.c: In function 'mpfr_mul':
| ../../mpfr-4.0.1/src/mpfr-longlong.h:415:3: error: impossible constraint in 'asm'
| __asm__ ("add.f\t%1, %4, %5\n\tadc\t%0, %2, %3" \
| ^~~~~~~
(From OE-Core rev: 887a062ca139014ae6dfd1919e0ff9a5ef4db35e)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/icecc-create-env')
0 files changed, 0 insertions, 0 deletions