[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.17.2.1,1.17.2.2

russell at lists.digium.com russell at lists.digium.com
Tue Dec 21 15:53:34 CST 2004


Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv19879/codecs/gsm

Modified Files:
      Tag: v1-0
	Makefile 
Log Message:
fix for sparc64 (bug #3102)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- Makefile	20 Dec 2004 00:24:21 -0000	1.17.2.1
+++ Makefile	21 Dec 2004 20:49:24 -0000	1.17.2.2
@@ -42,12 +42,14 @@
 ifneq (${PROC},ultrasparc)
 ifneq ($(shell uname -m),ppc)
 ifneq ($(shell uname -m),alpha)
+ifneq (${PROC},sparc64)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif
 endif
 endif
 endif
+endif
 
 #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
 #This works for even old (2.96) versions of gcc and provides a small boost either way.




More information about the svn-commits mailing list