Build the Alpha port with IEEE floating point arithmetics

This commit is contained in:
jjgarcia 2005-11-15 19:12:35 +00:00
parent 71d1f22081
commit b7ef7e8264
2 changed files with 8 additions and 0 deletions

4
src/aclocal.m4 vendored
View file

@ -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
View file

@ -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