Skip to content
Snippets Groups Projects
Commit ee456ae1 authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

use PROC instead of OSARCH

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a9bbac93
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment