Kaynağa Gözat

Add support for s390 and s390x architectures.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1120 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 yıl önce
ebeveyn
işleme
2e5f058714
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      Makefile

+ 6 - 0
Makefile

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