allow PROC to be supplied on the make command line (bug #4570)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5966 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-22 00:09:27 +00:00
parent 3e03366140
commit b898cdcefb

View File

@@ -33,7 +33,7 @@ endif
ifeq (${OSARCH},Linux) ifeq (${OSARCH},Linux)
ifeq ($(CROSS_COMPILE),) ifeq ($(CROSS_COMPILE),)
PROC=$(shell uname -m) PROC?=$(shell uname -m)
else else
PROC=$(CROSS_PROC) PROC=$(CROSS_PROC)
endif endif