[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.13,1.14

markster at lists.digium.com markster at lists.digium.com
Sun Jun 13 16:20:48 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
x86-64 compile fixes and cleanups


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile	15 Mar 2004 16:51:58 -0000	1.13
+++ Makefile	13 Jun 2004 21:25:10 -0000	1.14
@@ -200,7 +200,7 @@
 		$(SRC)/short_term.c	\
 		$(SRC)/table.c
 ifeq (${OSARCH},Linux)
-ifneq (${PROC},x86_64)
+ifneq ($(shell uname -m),x86_64)
 ifneq ($(shell uname -m),ppc)
 ifneq ($(shell uname -m),alpha)
 GSM_SOURCES+=	$(SRC)/k6opt.s
@@ -253,7 +253,7 @@
 		$(SRC)/short_term.o	\
 		$(SRC)/table.o
 ifeq (${OSARCH},Linux)
-ifneq (${PROC},x86_64)
+ifneq ($(shell uname -m), x86_64)
 ifneq ($(shell uname -m), ppc)
 ifneq ($(shell uname -m), alpha)
 GSM_OBJECTS+=	$(SRC)/k6opt.o




More information about the svn-commits mailing list