aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:39:17 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:39:17 +0000
commit72fc19e07f3d31d21b2dd961270d4dfe2a4c4d53 (patch)
tree967c042d6622322a809a26724fb2af4e57684e66 /codecs/lpc10/Makefile
parent60f2c50380a4a7cc8acc9267026c1eb9b1d85799 (diff)
Fix cross compiling (bug #3868)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5278 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10/Makefile')
-rwxr-xr-xcodecs/lpc10/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/codecs/lpc10/Makefile b/codecs/lpc10/Makefile
index 0a2e03008..01f7a7b81 100755
--- a/codecs/lpc10/Makefile
+++ b/codecs/lpc10/Makefile
@@ -40,7 +40,9 @@ ifeq ($(PROC),ultrasparc)
CFLAGS+= -mtune=$(PROC) -mcpu=v8 -O3 -fomit-frame-pointer
else
ifneq ($(OSARCH),SunOS)
- CFLAGS+= -march=$(PROC)
+ifneq ($(OSARCH),arm)
+# CFLAGS+= -march=$(PROC)
+endif
endif
endif
endif