use PROC instead of OSARCH

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2005-01-18 16:21:54 +00:00
parent a9bbac93a2
commit ee456ae10d

View File

@@ -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