[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.17.2.2,1.17.2.3
russell at lists.digium.com
russell at lists.digium.com
Wed May 18 22:54:40 CDT 2005
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv9623/codecs/gsm
Modified Files:
Tag: v1-0
Makefile
Log Message:
fix some compilation issues for ppc (bug #4228)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -u -d -r1.17.2.2 -r1.17.2.3
--- Makefile 21 Dec 2004 20:49:24 -0000 1.17.2.2
+++ Makefile 19 May 2005 02:59:43 -0000 1.17.2.3
@@ -43,6 +43,8 @@
ifneq ($(shell uname -m),ppc)
ifneq ($(shell uname -m),alpha)
ifneq (${PROC},sparc64)
+ifneq (${PROC},ppc)
+ifneq (${PROC},ppc64)
OPTIMIZE+=-march=$(PROC)
endif
endif
@@ -50,6 +52,8 @@
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