[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.20,1.21

markster at lists.digium.com markster at lists.digium.com
Mon Dec 20 19:08:03 CST 2004


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

Modified Files:
	Makefile 
Log Message:
Fix GSM makefile for OpenBSD (bug #3102)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile	20 Dec 2004 23:49:22 -0000	1.20
+++ Makefile	21 Dec 2004 00:03:59 -0000	1.21
@@ -44,6 +44,7 @@
 ifneq ($(shell uname -m),ppc)
 ifneq ($(shell uname -m),ppc64)
 ifneq ($(shell uname -m),alpha)
+ifneq (${PROC},sparc64)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif
@@ -52,6 +53,7 @@
 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