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

Modified Files:
        Makefile 
Log Message:
Makefile update for codec_gsm.c to cross compile for powerpc (bug #4228)



Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile    27 Mar 2005 22:39:17 -0000      1.23
+++ Makefile    13 May 2005 14:59:01 -0000      1.24
@@ -46,6 +46,8 @@
 ifneq ($(shell uname -m),alpha)
 ifneq (${PROC},sparc64)
 ifneq (${PROC},arm)
+ifneq (${PROC},ppc)
+ifneq (${PROC},ppc64)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif
@@ -56,6 +58,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.

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to