[asterisk-commits] tilghman: branch 1.4 r98266 - /branches/1.4/codecs/gsm/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 11 12:25:44 CST 2008


Author: tilghman
Date: Fri Jan 11 12:25:44 2008
New Revision: 98266

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98266
Log:
Add another exception (which doesn't work) for -march optimization flag.
Reported by: thomasmebes
Patch by: tilghman
(Closes issue #11563)

Modified:
    branches/1.4/codecs/gsm/Makefile

Modified: branches/1.4/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/gsm/Makefile?view=diff&rev=98266&r1=98265&r2=98266
==============================================================================
--- branches/1.4/codecs/gsm/Makefile (original)
+++ branches/1.4/codecs/gsm/Makefile Fri Jan 11 12:25:44 2008
@@ -38,7 +38,7 @@
 ######### probably require gcc. 
 
 ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b armeb ppc powerpc ppc64 ia64 s390 bfin mipsel ))
+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b armeb hppa2.0 ppc powerpc ppc64 ia64 s390 bfin mipsel ))
 ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 ))
 OPTIMIZE+=-march=$(PROC)
 endif




More information about the asterisk-commits mailing list