aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-18 16:21:54 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-18 16:21:54 +0000
commit7bb4ca2d314b95219ce61c1ff35296111b78d85e (patch)
treefaefcae2a6c26d6f8e9730cb7bd7a57127855a12 /channels
parenta3a00e30fc9f971fec48bc2f381350760539fa5b (diff)
use PROC instead of OSARCH
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4835 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 86dbee4e7..204cb5165 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -24,7 +24,7 @@ PROC=$(shell uname -m)
ifneq (${OSARCH},FreeBSD)
ifneq (${OSARCH},NetBSD)
ifneq (${PROC},ppc)
-CFLAGS += -march=$(ARCH)
+CFLAGS += -march=$(PROC)
endif
endif
endif