A patch by Paul RASCLE for ASTER cluster.

This commit is contained in:
jfa 2007-03-22 14:06:44 +00:00
parent 9b12ac2221
commit 3cf3be138c

View File

@ -106,6 +106,12 @@ case $host_os in
;;
esac
case $host_cpu in
ia64*)
MACHINE="PCLINUX64"
;;
esac
PLATFORM_INCLUDES=" -D$MACHINE "
])dnl