aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 16:07:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 16:07:16 +0000
commitd21afd47df4b62c484302a965fb19487c5ea76a5 (patch)
tree668866e5b366d4c7f9ca9429c24d2af8fc568c11 /codecs
parent8b5cb4a3d6e2ff8448d9ad2a68f160d1a46261bb (diff)
another S/390 build fix
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30802 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/gsm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index 965aea187..8bc53e88d 100644
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -242,6 +242,7 @@ ifneq ($(shell uname -m),armv4l)
ifneq ($(shell uname -m),sparc64)
ifneq (${PROC},arm)
ifneq ($(shell uname -m), parisc)
+ifneq ($(shell uname -m), s390)
GSM_SOURCES+= $(SRC)/k6opt.s
endif
endif
@@ -253,6 +254,7 @@ endif
endif
endif
endif
+endif
TOAST_SOURCES = $(SRC)/toast.c \
$(SRC)/toast_lin.c \