diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-08-25 17:50:16 -0700 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2017-08-29 17:18:50 +0100 |
commit | d8668018d5d795be2297f878fd871a27edf532bf (patch) | |
tree | 4159d618bb4414f4264d0b70b70a86e81bdd8149 /recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch | |
parent | 4fb2d4122fb2b62b60095fe676ea47ce7536af9a (diff) | |
download | meta-gplv2-d8668018d5d795be2297f878fd871a27edf532bf.tar.gz |
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
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch')
0 files changed, 0 insertions, 0 deletions