aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 17:39:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 17:39:33 +0000
commit313ad4a73ed2bdb9130118879cbfa9cade55ab61 (patch)
treeb5724e486f44c6c6eba4c2688ea8127c0abe91a8 /codecs
parent06e12c0a81733d23bd920a5893d958dcdb4b7e2b (diff)
don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30296 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/gsm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index 5da9cd465..f35361ca3 100644
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -50,6 +50,7 @@ ifneq (${PROC},sparc64)
ifneq (${PROC},arm)
ifneq (${PROC},ppc)
ifneq (${PROC},ppc64)
+ifneq (${PROC},s390)
OPTIMIZE+=-march=$(PROC)
endif
endif