summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-11-10 18:25:11 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-11-10 18:25:11 +0100
commitb7475c4c7228263043f9505d5af4ed30fccc3f07 (patch)
treec1e03118c02f503a5ab95b657e781919d3dd99c7 /configure.ac
parent915ad5d4b7fa38579e25fc5d4c1f43c85baf52ce (diff)
downloadgmp-b7475c4c7228263043f9505d5af4ed30fccc3f07.tar.gz
configure.ac: X86_{,64_}PATTERN: GMP_ASM_COFF_TYPE for all ABIs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c6b8ff72..1346bab9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3782,11 +3782,11 @@ yes
if test "$x86_have_mulx" = yes; then
GMP_ASM_X86_MULX
fi
+ GMP_ASM_COFF_TYPE
case $ABI in
32)
GMP_INCLUDE_MPN(x86/x86-defs.m4)
AC_DEFINE(HAVE_HOST_CPU_FAMILY_x86)
- GMP_ASM_COFF_TYPE
GMP_ASM_X86_GOT_UNDERSCORE
GMP_ASM_X86_SHLDL_CL
case $enable_profiling in