[svn-commits] branch 1.2 r30296 - /branches/1.2/codecs/gsm/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu May 25 10:39:33 MST 2006


Author: kpfleming
Date: Thu May 25 12:39:33 2006
New Revision: 30296

URL: http://svn.digium.com/view/asterisk?rev=30296&view=rev
Log:
don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list)

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=30296&r1=30295&r2=30296&view=diff
==============================================================================
--- branches/1.2/codecs/gsm/Makefile (original)
+++ branches/1.2/codecs/gsm/Makefile Thu May 25 12:39:33 2006
@@ -50,6 +50,7 @@
 ifneq (${PROC},arm)
 ifneq (${PROC},ppc)
 ifneq (${PROC},ppc64)
+ifneq (${PROC},s390)
 OPTIMIZE+=-march=$(PROC)
 endif
 endif



More information about the svn-commits mailing list