[Ocfs-tools-commits] manish commits r71 - trunk/ocfstool

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 16 20:29:21 CDT 2004


Author: manish
Date: 2004-06-16 19:29:19 -0500 (Wed, 16 Jun 2004)
New Revision: 71

Modified:
   trunk/ocfstool/Makefile
Log:
s390x build support


Modified: trunk/ocfstool/Makefile
===================================================================
--- trunk/ocfstool/Makefile	2004-06-17 00:29:03 UTC (rev 70)
+++ trunk/ocfstool/Makefile	2004-06-17 00:29:19 UTC (rev 71)
@@ -28,6 +28,9 @@
 endif
 ifeq ($(OCFS_PROCESSOR),i686)
 endif
+ifeq ($(OCFS_PROCESSOR),s390x)
+  DEFINES += -D__LP64__
+endif
 
 CFLAGS += $(OPTIMIZE)
 



More information about the Ocfs-tools-commits mailing list