generic-poky/meta/recipes-support/gmp
Andre McCurdy f9e565efb7 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>
2016-02-07 17:30:00 +00:00
..
gmp-4.2.1 gmp_4.2.1: fix build for MIPS 2016-02-07 17:30:00 +00:00
gmp-6.1.0 gmp: update to 6.1.0 2015-12-16 12:12:17 +00:00
gmp.inc gmp.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5 2016-02-07 17:30:00 +00:00
gmp_4.2.1.bb gmp_4.2.1: fix build for MIPS 2016-02-07 17:30:00 +00:00
gmp_6.1.0.bb gmp: move BBCLASSEXTEND = "native nativesdk" from gmp.inc into 6.1.0 recipe 2016-02-07 17:30:00 +00:00