[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.8,1.9
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Thu Jan 8 11:00:28 CST 2004
Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv346/codecs/lpc10
Modified Files:
Makefile
Log Message:
Add the SuSE AMD64 support and fixes from Bug #706
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 27 Oct 2003 20:00:41 -0000 1.8
+++ Makefile 8 Jan 2004 16:52:11 -0000 1.9
@@ -28,7 +28,9 @@
#fix for PPC processors
ifneq ($(OSARCH),Darwin)
ifneq ($(PROC),ppc)
+ifneq ($(PROC),x86_64)
CFLAGS+= -march=$(PROC)
+endif
endif
endif
More information about the svn-commits
mailing list