diff --git a/Makefile b/Makefile index 15031994d0..8f30c14d5c 100755 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ endif ifeq (${OSARCH},Linux) ifeq ($(CROSS_COMPILE),) -PROC=$(shell uname -m) +PROC?=$(shell uname -m) else PROC=$(CROSS_PROC) endif