Files
poky/meta/recipes-support
Andre McCurdy 230407cab0 gmp_4.2.1: prevent calls to mpn_add_nc() if HAVE_NATIVE_mpn_sub_nc is false
When building for aarch64 (ie relying only on generic C code rather
than asm) libgmp.so contains undefined references to __gmpn_add_nc
and __gmpn_sub_nc which causes attempts to link with -lgmp to fail:

 | .../usr/lib/libgmp.so: undefined reference to `__gmpn_sub_nc'
 | .../usr/lib/libgmp.so: undefined reference to `__gmpn_add_nc'

Solution based on a historical patch posted to the gmp mailing list:

  https://gmplib.org/list-archives/gmp-discuss/2006-May/002344.html

Cherry-pick from meta-gplv2:

  http://git.yoctoproject.org/cgit/cgit.cgi/meta-gplv2/commit/?id=d8668018d5d795be2297f878fd871a27edf532bf

(From OE-Core rev: 93af40ae113e9b505a9739ca2688360f12015fb7)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-21 14:43:55 +00:00
..
2016-07-01 16:22:41 +01:00
2016-07-12 23:10:14 +01:00
2016-06-04 14:13:33 +01:00
2016-08-17 10:35:43 +01:00
2016-06-04 14:13:34 +01:00
2016-09-03 09:58:39 +01:00
2016-08-01 11:47:12 +01:00
2017-01-11 17:21:41 +00:00
2016-08-04 15:22:23 +01:00
2015-08-10 12:40:20 -07:00
2016-01-18 11:47:04 +00:00
2014-01-02 22:39:23 +00:00
2016-06-15 18:05:24 +01:00
2017-07-19 11:30:27 +01:00
2016-06-04 14:13:34 +01:00
2016-09-09 12:12:23 +01:00
2016-05-30 15:58:14 +01:00
2017-08-29 16:50:53 +01:00
2016-09-03 09:58:39 +01:00
2015-08-19 18:05:36 +01:00
2016-08-10 10:46:31 +01:00
2016-05-13 13:41:29 +01:00
2016-05-13 13:41:31 +01:00
2016-02-07 17:29:58 +00:00
2016-09-03 09:58:38 +01:00
2016-09-09 12:12:23 +01:00
2016-07-08 09:57:24 +01:00
2016-10-11 22:16:11 +01:00