[Ocfs2-commits] manish commits r902 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 5 20:20:28 CDT 2004


Author: manish
Date: 2004-05-05 19:20:26 -0500 (Wed, 05 May 2004)
New Revision: 902

Modified:
   trunk/src/Makefile
Log:
Remove last vestiges of the divdi3 stuff


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2004-05-06 00:08:57 UTC (rev 901)
+++ trunk/src/Makefile	2004-05-06 00:20:26 UTC (rev 902)
@@ -121,20 +121,7 @@
 
 DEFINES += $(BASE_DEFINES) $(GLOBAL_DEFINES)
 
-ifeq ($(OCFS_PROCESSOR),x86_64)
-SUPPORT =
-endif
-ifeq ($(OCFS_PROCESSOR),ia64)
-SUPPORT =
-endif
-ifeq ($(OCFS_PROCESSOR),i686)
-SUPPORT = 
-endif
-ifeq ($(OCFS_PROCESSOR),i586)
-SUPPORT =
-endif
-
-OSOURCES = \
+CFILES = \
 	alloc.c		\
 	bitmap.c	\
 	dcache.c	\
@@ -162,8 +149,6 @@
 	volcfg.c	\
 	vote.c
 
-CFILES = $(OSOURCES) $(SUPPORT)
-
 HFILES = \
 	inc/journal.h	\
 	inc/ocfs.h	\
@@ -191,7 +176,7 @@
 
 CFLAGS = $(OPTS) $(MACH_CFLAGS) -pipe -nostdinc -fno-strict-aliasing \
 	-fno-common -fomit-frame-pointer $(MODVERSIONS) $(WARNINGS)
-LDADD=-nostdlib
+LDADD = -nostdlib
 
 OPTIMIZE = -O2
 



More information about the Ocfs2-commits mailing list