--- asterisk-1.6.1.12/codecs/gsm/Makefile~ 2009-12-29 20:48:57.000000000 +0200 +++ asterisk-1.6.1.12/codecs/gsm/Makefile 2009-12-29 20:49:58.084691177 +0200 @@ -208,7 +208,7 @@ # XXX Keep a space after each findstring argument # 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 $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc s390 )) ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel mips )) GSM_SOURCES+= $(SRC)/k6opt.s endif @@ -261,7 +261,7 @@ $(SRC)/table.o ifeq ($(OSARCH),linux-gnu) -ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc )) +ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc )) ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips )) GSM_OBJECTS+= $(SRC)/k6opt.o endif