]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Filter out yet another architecture that does not work with the optimizations
authorRussell Bryant <russell@russellbryant.com>
Sat, 17 Feb 2007 00:31:42 +0000 (00:31 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sat, 17 Feb 2007 00:31:42 +0000 (00:31 +0000)
in the built-in libgsm. (issue 8637, ovi)

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

codecs/gsm/Makefile

index d5b5c86088d6e4113284d378e6d29af5bc77ce7f..bb783a45429d2c2b13d0a9f4e4e9f3da3ed4718d 100644 (file)
@@ -209,7 +209,7 @@ GSM_SOURCES =       $(SRC)/add.c            \
 # XXX should merge with GSM_OBJECTS
 ifeq ($(OSARCH),linux-gnu)
 ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
-ifeq (,$(findstring $(PROC) , arm armv5b armeb ia64 s390 bfin mipsel ))
+ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel ))
 GSM_SOURCES+= $(SRC)/k6opt.s
 endif
 endif
@@ -261,7 +261,7 @@ GSM_OBJECTS =       $(SRC)/add.o            \
 
 ifeq ($(OSARCH),linux-gnu)
 ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
-ifeq (,$(findstring $(PROC) , arm armv5b armeb ia64 bfin mipsel ))
+ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel ))
 GSM_OBJECTS+= $(SRC)/k6opt.o
 endif
 endif