[svn-commits] kpfleming: branch group/new_loader_completion r40562 - /team/group/new_loader...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Aug 19 18:26:27 MST 2006


Author: kpfleming
Date: Sat Aug 19 20:26:26 2006
New Revision: 40562

URL: http://svn.digium.com/view/asterisk?rev=40562&view=rev
Log:
more tweaks for blackfin

Modified:
    team/group/new_loader_completion/codecs/gsm/Makefile

Modified: team/group/new_loader_completion/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/codecs/gsm/Makefile?rev=40562&r1=40561&r2=40562&view=diff
==============================================================================
--- team/group/new_loader_completion/codecs/gsm/Makefile (original)
+++ team/group/new_loader_completion/codecs/gsm/Makefile Sat Aug 19 20:26:26 2006
@@ -38,7 +38,7 @@
 ######### probably require gcc. 
 
 ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 s390 bfin))
+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 s390 bfin ))
 ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 ))
 OPTIMIZE+=-march=$(PROC)
 endif
@@ -210,7 +210,7 @@
 # XXX should merge with GSM_OBJECTS
 ifeq (${OSARCH},Linux)
 ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
-ifeq (,$(findstring ${PROC} , arm ia64 s390 ))
+ifeq (,$(findstring ${PROC} , arm ia64 s390 bfin ))
 GSM_SOURCES+= $(SRC)/k6opt.s
 endif
 endif
@@ -262,7 +262,7 @@
 
 ifeq (${OSARCH},Linux)
 ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
-ifeq (,$(findstring ${PROC} , arm ia64 ))
+ifeq (,$(findstring ${PROC} , arm ia64 bfin ))
 GSM_OBJECTS+= $(SRC)/k6opt.o
 endif
 endif



More information about the svn-commits mailing list