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

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu May 25 12:26:27 MST 2006


Author: kpfleming
Date: Thu May 25 14:26:26 2006
New Revision: 30361

URL: http://svn.digium.com/view/asterisk?rev=30361&view=rev
Log:
use the proper method for adding a new entry

Modified:
    trunk/codecs/gsm/Makefile

Modified: trunk/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/codecs/gsm/Makefile?rev=30361&r1=30360&r2=30361&view=diff
==============================================================================
--- trunk/codecs/gsm/Makefile (original)
+++ trunk/codecs/gsm/Makefile Thu May 25 14:26:26 2006
@@ -38,9 +38,8 @@
 ######### probably require gcc. 
 
 ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 ))
+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 s390))
 ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l ))
-ifneq (${PROC},s390)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif



More information about the svn-commits mailing list