mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Build the Alpha port with IEEE floating point arithmetics
This commit is contained in:
parent
71d1f22081
commit
b7ef7e8264
2 changed files with 8 additions and 0 deletions
4
src/aclocal.m4
vendored
4
src/aclocal.m4
vendored
|
|
@ -267,6 +267,10 @@ case "${host_os}" in
|
|||
shared="no"
|
||||
;;
|
||||
esac
|
||||
case "${host_cpu}" in
|
||||
alpha*)
|
||||
CFLAGS="${CFLAGS} -mieee";;
|
||||
esac
|
||||
ECL_CFLAGS="-D${thehost}"
|
||||
AC_MSG_CHECKING(for ld flags when building shared libraries)
|
||||
if test "${enable_shared}" = "yes"; then
|
||||
|
|
|
|||
4
src/configure
vendored
4
src/configure
vendored
|
|
@ -3592,6 +3592,10 @@ case "${host_os}" in
|
|||
shared="no"
|
||||
;;
|
||||
esac
|
||||
case "${host_cpu}" in
|
||||
alpha*)
|
||||
CFLAGS="${CFLAGS} -mieee";;
|
||||
esac
|
||||
ECL_CFLAGS="-D${thehost}"
|
||||
echo "$as_me:$LINENO: checking for ld flags when building shared libraries" >&5
|
||||
echo $ECHO_N "checking for ld flags when building shared libraries... $ECHO_C" >&6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue