]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk-no_k6_on_sparc.patch
- check with aelparse syntax errors on ael-reload
[packages/asterisk.git] / asterisk-no_k6_on_sparc.patch
CommitLineData
e7993f7e
ER
1--- asterisk-1.6.1.12/codecs/gsm/Makefile~ 2009-12-29 20:48:57.000000000 +0200
2+++ asterisk-1.6.1.12/codecs/gsm/Makefile 2009-12-29 20:49:58.084691177 +0200
3@@ -208,7 +208,7 @@
4 # XXX Keep a space after each findstring argument
5 # XXX should merge with GSM_OBJECTS
6 ifeq ($(OSARCH),linux-gnu)
7-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
8+ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc s390 ))
9 ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel mips ))
f3fa416f 10 GSM_SOURCES+= $(SRC)/k6opt.s
11 endif
e7993f7e
ER
12@@ -261,7 +261,7 @@
13 $(SRC)/table.o
f3fa416f 14
e7993f7e
ER
15 ifeq ($(OSARCH),linux-gnu)
16-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
17+ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc ))
18 ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips ))
f3fa416f 19 GSM_OBJECTS+= $(SRC)/k6opt.o
20 endif
This page took 0.122757 seconds and 4 git commands to generate.