summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-28 23:06:35 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-28 23:06:35 +0100
commit5db131d3587a358bb093d29a90ff922828a4e1bd (patch)
treee6d88812bd31ef46eb8b98ca2239a49442d16ded
parent4fc5b919efe2d88b2ba5f8066ebac6ae6b326019 (diff)
downloadgmp-5db131d3587a358bb093d29a90ff922828a4e1bd.tar.gz
More DOS64 configure changes.
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c9f023bbf..5b7cf188a 100644
--- a/configure.in
+++ b/configure.in
@@ -1640,9 +1640,10 @@ case $host in
;;
*-*-mingw* | *-*-cygwin)
limb_64=longlong
- extra_functions_64=""# FIXME: remove when invert_limb is ported
+ extra_functions_64="" # FIXME: remove when invert_limb is ported
+ CALLING_CONVENTIONS_OBJS_64=""
AC_DEFINE(HOST_DOS64,1,[Define to 1 for Windos/64])
- AC_DEFINE(GMP_NONSTD_ABI,1,[Define to 1 if ABI is non-standard])
+ AC_SUBST(GMP_NONSTD_ABI,DOS64)
;;
esac
;;