[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Sun Mar 27 16:45:23 CST 2005
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv30970/codecs/gsm
Modified Files:
Makefile
Log Message:
Fix cross compiling (bug #3868)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile 5 Mar 2005 21:06:26 -0000 1.22
+++ Makefile 27 Mar 2005 22:39:17 -0000 1.23
@@ -45,6 +45,7 @@
ifneq ($(shell uname -m),ppc64)
ifneq ($(shell uname -m),alpha)
ifneq (${PROC},sparc64)
+ifneq (${PROC},arm)
OPTIMIZE+=-march=$(PROC)
endif
endif
@@ -54,6 +55,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.
@@ -222,6 +224,7 @@
ifneq ($(shell uname -m),ppc64)
ifneq ($(shell uname -m),alpha)
ifneq ($(shell uname -m),sparc64)
+ifneq (${PROC},arm)
GSM_SOURCES+= $(SRC)/k6opt.s
endif
endif
@@ -229,6 +232,7 @@
endif
endif
endif
+endif
TOAST_SOURCES = $(SRC)/toast.c \
$(SRC)/toast_lin.c \
More information about the svn-commits
mailing list