[svn-commits] trunk - r8361 /trunk/codecs/gsm/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Jan 20 16:28:38 MST 2006


Author: mattf
Date: Fri Jan 20 17:28:37 2006
New Revision: 8361

URL: http://svn.digium.com/view/asterisk?rev=8361&view=rev
Log:
fix for codec_gsm on ia64 (#6294)

Modified:
    trunk/codecs/gsm/Makefile

Modified: trunk/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/codecs/gsm/Makefile?rev=8361&r1=8360&r2=8361&view=diff
==============================================================================
--- trunk/codecs/gsm/Makefile (original)
+++ trunk/codecs/gsm/Makefile Fri Jan 20 17:28:37 2006
@@ -49,7 +49,9 @@
 ifneq (${PROC},arm)
 ifneq (${PROC},ppc)
 ifneq (${PROC},ppc64)
+ifneq (${PROC},ia64)
 OPTIMIZE+=-march=$(PROC)
+endif
 endif
 endif
 endif
@@ -236,7 +238,9 @@
 ifneq ($(shell uname -m),armv4l)
 ifneq ($(shell uname -m),sparc64)
 ifneq (${PROC},arm)
+ifneq (${PROC},ia64)
 GSM_SOURCES+= $(SRC)/k6opt.s
+endif
 endif
 endif
 endif
@@ -297,7 +301,9 @@
 ifneq ($(shell uname -m), alpha)
 ifneq ($(shell uname -m), sparc64)
 ifneq ($(shell uname -m), armv4l)
+ifneq (${PROC},ia64)
 GSM_OBJECTS+= $(SRC)/k6opt.o
+endif
 endif
 endif
 endif



More information about the svn-commits mailing list