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:29:45 +0000 |
commit | f8b2eb5eb09a1314ef59e58df95e81c1c1ccf1f4 (patch) | |
tree | 8a5bf8df028bc5c0367f6a3e897897a6eb04a8ce /scripts/opkg-query-helper.py | |
parent | e2605d280b515a010c96db6254c24b483727051e (diff) | |
download | openembedded-core-f8b2eb5eb09a1314ef59e58df95e81c1c1ccf1f4.tar.gz openembedded-core-f8b2eb5eb09a1314ef59e58df95e81c1c1ccf1f4.tar.bz2 openembedded-core-f8b2eb5eb09a1314ef59e58df95e81c1c1ccf1f4.zip |
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).
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/opkg-query-helper.py')
0 files changed, 0 insertions, 0 deletions