Use -mieee for alpha compiles.

This commit is contained in:
steve 2003-06-11 05:07:07 +00:00
parent 0c7a5874d4
commit 218693794d
1 changed files with 6 additions and 1 deletions

View File

@ -56,12 +56,17 @@ fi
AC_SUBST(DLLIB)
# Darwin requires -no-cpp-precomp
# Processor specific compile flags
case "${host}" in
# MacOSX/Darwin needs the -no-cpp-precomp
*-*-darwin*)
CPPFLAGS="-no-cpp-precomp $CPPFLAGS"
CFLAGS="-no-cpp-precomp $CFLAGS"
;;
alpha*-*-linux*)
CPPFLAGS="-mieee $CPPFLAGS"
CFLAGS="-mieee $CFLAGS"
;;
esac
# see how we can give some resource usage stats with -v