diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-05 11:56:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:30:00 +0000 |
commit | f9e565efb754041de9bb3c209d0bf8b271ceccf3 (patch) | |
tree | c57548f3b0dbb4bfa8b9cc815d1ea24a8020f9f4 /meta/recipes-extended/man/man_1.6g.bb | |
parent | 6d570c8fa9e7ab44a68ac1df09199a88381dedd8 (diff) | |
download | poky-f9e565efb754041de9bb3c209d0bf8b271ceccf3.tar.gz |
gmp_4.2.1: fix build for MIPS
The h asm constrain (to extract the high part of a multiplication
result) has not been recognised since gcc 4.4:
https://gcc.gnu.org/gcc-4.4/changes.html
Drop the MIPS umul_ppmm() implementations which rely on "=h" and fall
back to the older implementations (which use explicit mfhi and mflo
instructions to move the high and low parts of the multiplication
result into their destinations).
(From OE-Core rev: f8b2eb5eb09a1314ef59e58df95e81c1c1ccf1f4)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man/man_1.6g.bb')
0 files changed, 0 insertions, 0 deletions