[svn-commits] branch 1.2 r12577 - /branches/1.2/codecs/gsm/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Mar 12 10:57:38 MST 2006
Author: russell
Date: Sun Mar 12 11:57:37 2006
New Revision: 12577
URL: http://svn.digium.com/view/asterisk?rev=12577&view=rev
Log:
fix build on parisc (issue #6704)
Modified:
branches/1.2/codecs/gsm/Makefile
Modified: branches/1.2/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/codecs/gsm/Makefile?rev=12577&r1=12576&r2=12577&view=diff
==============================================================================
--- branches/1.2/codecs/gsm/Makefile (original)
+++ branches/1.2/codecs/gsm/Makefile Sun Mar 12 11:57:37 2006
@@ -236,7 +236,9 @@
ifneq ($(shell uname -m),armv4l)
ifneq ($(shell uname -m),sparc64)
ifneq (${PROC},arm)
+ifneq ($(shell uname -m), parisc)
GSM_SOURCES+= $(SRC)/k6opt.s
+endif
endif
endif
endif
@@ -297,7 +299,9 @@
ifneq ($(shell uname -m), alpha)
ifneq ($(shell uname -m), sparc64)
ifneq ($(shell uname -m), armv4l)
+ifneq ($(shell uname -m), parisc)
GSM_OBJECTS+= $(SRC)/k6opt.o
+endif
endif
endif
endif
More information about the svn-commits
mailing list