]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add another exception (which doesn't work) for -march optimization flag.
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 11 Jan 2008 18:25:44 +0000 (18:25 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 11 Jan 2008 18:25:44 +0000 (18:25 +0000)
Reported by: thomasmebes
Patch by: tilghman
(Closes issue #11563)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98266 65c4cc65-6c06-0410-ace0-fbb531ad65f3

codecs/gsm/Makefile

index bb783a45429d2c2b13d0a9f4e4e9f3da3ed4718d..e21bbb63c067971d069037cf2394270f117f1834 100644 (file)
@@ -38,7 +38,7 @@ WAV49 = -DWAV49
 ######### 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