[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.12,1.12.2.1

markster at lists.digium.com markster at lists.digium.com
Mon Mar 15 11:58:16 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	Makefile 
Log Message:
Fix Alpha build


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- Makefile	15 Jan 2004 21:31:26 -0000	1.12
+++ Makefile	15 Mar 2004 16:52:28 -0000	1.12.2.1
@@ -40,10 +40,12 @@
 ifneq (${OSARCH},Darwin)
 ifneq (${PROC},x86_64)
 ifneq ($(shell uname -m),ppc)
+ifneq ($(shell uname -m),alpha)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif
 endif
+endif
 
 PG =
 #PG = -g -pg
@@ -200,10 +202,12 @@
 ifeq (${OSARCH},Linux)
 ifneq (${PROC},x86_64)
 ifneq ($(shell uname -m),ppc)
+ifneq ($(shell uname -m),alpha)
 GSM_SOURCES+=	$(SRC)/k6opt.s
 endif
 endif
 endif
+endif
 
 TOAST_SOURCES = $(SRC)/toast.c 		\
 		$(SRC)/toast_lin.c	\
@@ -251,7 +255,9 @@
 ifeq (${OSARCH},Linux)
 ifneq (${PROC},x86_64)
 ifneq ($(shell uname -m), ppc)
+ifneq ($(shell uname -m), alpha)
 GSM_OBJECTS+=	$(SRC)/k6opt.o
+endif
 endif
 endif
 endif




More information about the svn-commits mailing list