From 696d8f030f8a0715e373635975202e9dc245ad99 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Wed, 27 Jan 2021 14:50:44 +0100 Subject: [PATCH] libgmp: avoid undefined gmpn_*_2 symbols (x86_64) __gmpn_addmul_2 __gmpn_mul_2 Fixes #4001 --- repos/libports/include/spec/x86_64/gmp/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/libports/include/spec/x86_64/gmp/config.h b/repos/libports/include/spec/x86_64/gmp/config.h index 98e6a7e410..410694eb32 100644 --- a/repos/libports/include/spec/x86_64/gmp/config.h +++ b/repos/libports/include/spec/x86_64/gmp/config.h @@ -258,7 +258,7 @@ see https://www.gnu.org/licenses/. /* #undef HAVE_NATIVE_mpn_addlsh2_nc_ip2 */ /* #undef HAVE_NATIVE_mpn_addlsh_nc_ip2 */ /* #undef HAVE_NATIVE_mpn_addmul_1c */ -#define HAVE_NATIVE_mpn_addmul_2 1 +/* #undef HAVE_NATIVE_mpn_addmul_2 */ /* #undef HAVE_NATIVE_mpn_addmul_3 */ /* #undef HAVE_NATIVE_mpn_addmul_4 */ /* #undef HAVE_NATIVE_mpn_addmul_5 */ @@ -301,7 +301,7 @@ see https://www.gnu.org/licenses/. #define HAVE_NATIVE_mpn_modexact_1c_odd 1 #define HAVE_NATIVE_mpn_mul_1 1 /* #undef HAVE_NATIVE_mpn_mul_1c */ -#define HAVE_NATIVE_mpn_mul_2 1 +/* #undef HAVE_NATIVE_mpn_mul_2 */ /* #undef HAVE_NATIVE_mpn_mul_3 */ /* #undef HAVE_NATIVE_mpn_mul_4 */ /* #undef HAVE_NATIVE_mpn_mul_5 */