use PROC instead of OSARCH

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Jeremy McNamara 21 years ago
parent a9bbac93a2
commit ee456ae10d

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

Loading…
Cancel
Save