[asterisk-commits] branch murf/bug_7253 r36891 - /team/murf/bug_7253/codecs/gsm/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jul 3 11:49:01 MST 2006


Author: murf
Date: Mon Jul  3 13:49:00 2006
New Revision: 36891

URL: http://svn.digium.com/view/asterisk?rev=36891&view=rev
Log:
A few minor tweaks to see if they might help for the s390 arch.



Modified:
    team/murf/bug_7253/codecs/gsm/Makefile

Modified: team/murf/bug_7253/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7253/codecs/gsm/Makefile?rev=36891&r1=36890&r2=36891&view=diff
==============================================================================
--- team/murf/bug_7253/codecs/gsm/Makefile (original)
+++ team/murf/bug_7253/codecs/gsm/Makefile Mon Jul  3 13:49:00 2006
@@ -242,7 +242,7 @@
 ifneq ($(shell uname -m),sparc64)
 ifneq (${PROC},arm)
 ifneq ($(shell uname -m), parisc)
-ifneq (${PROC}, s390)
+ifneq ($(shell uname -m),s390)
 GSM_SOURCES+= $(SRC)/k6opt.s
 endif
 endif
@@ -309,6 +309,7 @@
 ifneq ($(shell uname -m), sparc64)
 ifneq ($(shell uname -m), armv4l)
 ifneq ($(shell uname -m), parisc)
+ifneq ($(shell uname -m),s390)
 GSM_OBJECTS+= $(SRC)/k6opt.o
 endif
 endif



More information about the asterisk-commits mailing list