mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
GMP did not build properly when setting ABI=64
This commit is contained in:
parent
fe0d2f8cc9
commit
d4020fe3a6
2 changed files with 6 additions and 0 deletions
3
src/aclocal.m4
vendored
3
src/aclocal.m4
vendored
|
|
@ -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
3
src/configure
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue