From 1dcb8c3a4b308e99e79c1629941ba6985fc2fd99 Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 17 Feb 2007 00:32:16 +0000 Subject: Merged revisions 55050 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55050 | russell | 2007-02-16 18:31:42 -0600 (Fri, 16 Feb 2007) | 3 lines Filter out yet another architecture that does not work with the optimizations in the built-in libgsm. (issue 8637, ovi) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55051 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/gsm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codecs/gsm/Makefile') diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile index d5b5c8608..bb783a454 100644 --- a/codecs/gsm/Makefile +++ b/codecs/gsm/Makefile @@ -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 -- cgit v1.2.3