[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.9,1.9.2.1
markster at lists.digium.com
markster at lists.digium.com
Mon Mar 15 11:58:17 CST 2004
Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv13378/codecs/lpc10
Modified Files:
Tag: v1-0_stable
Makefile
Log Message:
Fix Alpha build
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- Makefile 8 Jan 2004 16:52:11 -0000 1.9
+++ Makefile 15 Mar 2004 16:52:28 -0000 1.9.2.1
@@ -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