123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- disable uname -m checks
- --- asterisk-1.4.26.orig/codecs/gsm/Makefile 2008-11-19 22:34:47.000000000 +0100
- +++ asterisk-1.4.26/codecs/gsm/Makefile 2009-08-21 12:29:21.450418652 +0200
- @@ -37,13 +37,13 @@ WAV49 = -DWAV49
-
-
-
- -ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
- -ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b armeb hppa2.0 ppc powerpc ppc64 ia64 s390 bfin mipsel mips))
- -ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 ))
- -OPTIMIZE+=-march=$(PROC)
- -endif
- -endif
- -endif
- +
- +
- +
- +
- +
- +
- +
-
-
-
- @@ -207,13 +207,13 @@ GSM_SOURCES = $(SRC)/add.c \
-
-
-
- -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 powerpc ia64 s390 bfin mipsel mips ))
- -GSM_SOURCES+= $(SRC)/k6opt.s
- -endif
- -endif
- -endif
- +
- +
- +
- +
- +
- +
- +
-
- TOAST_SOURCES = $(SRC)/toast.c \
- $(SRC)/toast_lin.c \
- @@ -259,13 +259,13 @@ GSM_OBJECTS = $(SRC)/add.o \
- $(SRC)/short_term.o \
- $(SRC)/table.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 powerpc ia64 bfin mipsel mips ))
- -GSM_OBJECTS+= $(SRC)/k6opt.o
- -endif
- -endif
- -endif
- +
- +
- +
- +
- +
- +
- +
-
- TOAST_OBJECTS = $(SRC)/toast.o \
- $(SRC)/toast_lin.o \
|