aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 19:05:14 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 19:05:14 +0000
commitec6b2a4b3bafd8c865c1a0ec06a2dc7e4c5aef4b (patch)
treeb92d7e47b08c3d5fc26908fa11f270225ce59902
parenta30205b5009718d51b98217bb5300d9a069bbd52 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@30358 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--codecs/gsm/Makefile51
1 files changed, 26 insertions, 25 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index f35361ca3..965aea187 100644
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -38,32 +38,33 @@ WAV49 = -DWAV49
######### probably require gcc.
ifneq (${OSARCH},Darwin)
-ifneq (${OSARCH},SunOS)
-ifneq (${PROC},x86_64)
-ifneq (${PROC},amd64)
-ifneq (${PROC},ultrasparc)
-ifneq ($(shell uname -m),ppc)
-ifneq ($(shell uname -m),ppc64)
-ifneq ($(shell uname -m),alpha)
-ifneq ($(shell uname -m),armv4l)
-ifneq (${PROC},sparc64)
-ifneq (${PROC},arm)
-ifneq (${PROC},ppc)
-ifneq (${PROC},ppc64)
-ifneq (${PROC},s390)
+ ifneq (${OSARCH},SunOS)
+ ifneq (${PROC},x86_64)
+ ifneq (${PROC},amd64)
+ ifneq (${PROC},ultrasparc)
+ ifneq ($(shell uname -m),ppc)
+ ifneq ($(shell uname -m),ppc64)
+ ifneq ($(shell uname -m),alpha)
+ ifneq ($(shell uname -m),armv4l)
+ ifneq (${PROC},sparc64)
+ ifneq (${PROC},arm)
+ ifneq (${PROC},ppc)
+ ifneq (${PROC},ppc64)
+ ifneq (${PROC},s390)
OPTIMIZE+=-march=$(PROC)
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
+ endif
endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.