aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 19:26:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 19:26:26 +0000
commit753cf2caf6ce44e31c0d371e7bc590e1c6201265 (patch)
treed63c79c6cc2a8542ecabe085ad6151e51f433be5 /codecs/gsm
parent59737483ed88d82c033a2d9bf4d94be44de14e3c (diff)
use the proper method for adding a new entry
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30361 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/gsm')
-rw-r--r--codecs/gsm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index 86a61f42c..bfa73b3c8 100644
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -38,9 +38,8 @@ WAV49 = -DWAV49
######### probably require gcc.
ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 ))
+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc ppc64 ia64 s390))
ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l ))
-ifneq (${PROC},s390)
OPTIMIZE+=-march=$(PROC)
endif
endif