[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.14,1.15

markster at lists.digium.com markster at lists.digium.com
Sun Mar 27 16:45:23 CST 2005


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

Modified Files:
	Makefile 
Log Message:
Fix cross compiling (bug #3868)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	14 Dec 2004 23:36:30 -0000	1.14
+++ Makefile	27 Mar 2005 22:39:17 -0000	1.15
@@ -40,7 +40,9 @@
         CFLAGS+= -mtune=$(PROC) -mcpu=v8 -O3 -fomit-frame-pointer
 else
 ifneq ($(OSARCH),SunOS)
-        CFLAGS+= -march=$(PROC)
+ifneq  ($(OSARCH),arm)
+#        CFLAGS+= -march=$(PROC)
+endif
 endif
 endif
 endif




More information about the svn-commits mailing list