[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.10,1.11
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Thu Jan 8 11:00:28 CST 2004
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv346/codecs/gsm
Modified Files:
Makefile
Log Message:
Add the SuSE AMD64 support and fixes from Bug #706
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 27 Oct 2003 20:00:41 -0000 1.10
+++ Makefile 8 Jan 2004 16:52:11 -0000 1.11
@@ -38,8 +38,10 @@
######### probably require gcc.
ifneq (${OSARCH},Darwin)
+ifneq (${PROC},x86_64)
OPTIMIZE+=-march=$(PROC)
endif
+endif
PG =
#PG = -g -pg
@@ -194,8 +196,10 @@
$(SRC)/short_term.c \
$(SRC)/table.c
ifeq (${OSARCH},Linux)
+ifneq (${PROC},x86_64)
GSM_SOURCES+= $(SRC)/k6opt.s
endif
+endif
TOAST_SOURCES = $(SRC)/toast.c \
$(SRC)/toast_lin.c \
@@ -241,7 +245,9 @@
$(SRC)/short_term.o \
$(SRC)/table.o
ifeq (${OSARCH},Linux)
+ifneq (${PROC},x86_64)
GSM_OBJECTS+= $(SRC)/k6opt.o
+endif
endif
TOAST_OBJECTS = $(SRC)/toast.o \
More information about the svn-commits
mailing list