Support for ia64 arch builds.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1133 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2006-07-17 22:36:13 +00:00
parent 45ec255e2c
commit f4cc7da60e

View File

@ -51,6 +51,9 @@ endif
ifeq (s390x,$(ARCH))
LIBDIR=/usr/lib64/openais
endif
ifeq (ia64,$(ARCH))
LIBDIR=/usr/lib/openais
endif
all:
(cd lcr; echo ==== `pwd` ===; $(MAKE) all);