[Asterisk-cvs] asterisk/db1-ast Makefile,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Tue Aug 31 12:29:35 CDT 2004


Update of /usr/cvsroot/asterisk/db1-ast
In directory mongoose.digium.com:/tmp/cvs-serv32361/db1-ast

Modified Files:
	Makefile 
Log Message:
More Asterisk sparc patches (courtesy Belgarath)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	19 Aug 2003 16:42:30 -0000	1.2
+++ Makefile	31 Aug 2004 16:33:00 -0000	1.3
@@ -7,6 +7,12 @@
 else
 SOVER=2
 endif
+#Added support for UltraSparc - Belgarath
+ifeq ($(ARCH),sparc64)
+PROC=ultrasparc
+CFLAGS += -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8
+endif
+
 LIBDBSO=libdb.so.$(SOVER)
 PROG=	db_dump185
 OBJ1=	hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \




More information about the svn-commits mailing list