[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.12,1.13
markster at lists.digium.com
markster at lists.digium.com
Mon Mar 15 11:57:47 CST 2004
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv13353/codecs/gsm
Modified Files:
Makefile
Log Message:
Alpha portability from Ricudis
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 15 Jan 2004 21:31:26 -0000 1.12
+++ Makefile 15 Mar 2004 16:51:58 -0000 1.13
@@ -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