[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.9,1.10

markster at lists.digium.com markster at lists.digium.com
Mon Mar 15 11:57:47 CST 2004


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

Modified Files:
	Makefile 
Log Message:
Alpha portability from Ricudis


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	8 Jan 2004 16:52:11 -0000	1.9
+++ Makefile	15 Mar 2004 16:51:58 -0000	1.10
@@ -25,11 +25,13 @@
 CFLAGS = $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS) -fPIC
 #CFLAGS+= $(shell if uname -m | grep -q 86; then echo "-mpentium" ; fi)
 
-#fix for PPC processors
+#fix for PPC processors and ALPHA too
 ifneq ($(OSARCH),Darwin)
 ifneq ($(PROC),ppc)
 ifneq ($(PROC),x86_64)
+ifneq ($(PROC),alpha)
 	CFLAGS+= -march=$(PROC)
+endif
 endif
 endif
 endif




More information about the svn-commits mailing list