GMP did not build properly when setting ABI=64

This commit is contained in:
Juan Jose Garcia Ripoll 2009-09-07 11:27:36 +02:00
parent fe0d2f8cc9
commit d4020fe3a6
2 changed files with 6 additions and 0 deletions

3
src/aclocal.m4 vendored
View file

@ -335,6 +335,9 @@ case "${host_os}" in
CFLAGS="-m64 $CFLAGS"
LDFLAGS="-m64 $LDFLAGS"
fi
# Needed when building the old version of GMP.
# Should be removed when moving to MPIR
ABI="long"
fi
# The Boehm-Weiser GC library shipped with Fink does not work
# well with our signal handler.

3
src/configure vendored
View file

@ -4484,6 +4484,9 @@ case "${host_os}" in
CFLAGS="-m64 $CFLAGS"
LDFLAGS="-m64 $LDFLAGS"
fi
# Needed when building the old version of GMP.
# Should be removed when moving to MPIR
ABI="long"
fi
# The Boehm-Weiser GC library shipped with Fink does not work
# well with our signal handler.