Added HPUX platforms to boinc_platform.m4

svn path=/trunk/boinc/; revision=13757
This commit is contained in:
Eric J. Korpela 2007-10-03 01:29:37 +00:00
parent 5496a6abe8
commit 4bcfcb67a9
1 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,20 @@ AC_DEFUN([BOINC_PLATFORM],[
fi
fi
;;
hppa*-hp-hpux*)
if test "$COMPILER_MODEL_BITS" = "64" ; then
boinc_platform="hppa64-hp-hpux"
if test -z "${boinc_alt_platform}" ; then
boinc_alt_platform="hppa-hp-hpux"
fi
else
boinc_platform="hppa-hp-hpux"
fi
;;
ia64-hp-hpux*)
boinc_platform="ia64-hp-hpux"
;;
esac
fi
AC_DEFINE_UNQUOTED([HOSTTYPE],"$boinc_platform",[Platform identification used to identify applications for this BOINC core client])