[Ocfs2-commits] manish commits r1118 - in branches/format-changes: . src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 16 20:27:02 CDT 2004


Author: manish
Date: 2004-06-16 19:27:01 -0500 (Wed, 16 Jun 2004)
New Revision: 1118

Modified:
   branches/format-changes/configure.in
   branches/format-changes/src/Makefile
Log:
s390x build support


Modified: branches/format-changes/configure.in
===================================================================
--- branches/format-changes/configure.in	2004-06-17 00:25:31 UTC (rev 1117)
+++ branches/format-changes/configure.in	2004-06-17 00:27:01 UTC (rev 1118)
@@ -60,6 +60,9 @@
   i386|i486|i586|i686|i786|k6|k7)
     OCFS_PROCESSOR="i686"
     ;;
+  s390x)
+    OCFS_PROCESSOR="s390x"
+    ;;
 esac
 
 AC_SUBST(OCFS_PROCESSOR)

Modified: branches/format-changes/src/Makefile
===================================================================
--- branches/format-changes/src/Makefile	2004-06-17 00:25:31 UTC (rev 1117)
+++ branches/format-changes/src/Makefile	2004-06-17 00:27:01 UTC (rev 1118)
@@ -116,6 +116,9 @@
 ifeq ($(OCFS_PROCESSOR),i586)
   GLOBAL_DEFINES += -D__ILP32__
 endif
+ifeq ($(OCFS_PROCESSOR),s390x)
+  GLOBAL_DEFINES += -D__LP64__
+endif
 
 DEFINES += $(BASE_DEFINES) $(GLOBAL_DEFINES)
 



More information about the Ocfs2-commits mailing list