summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15031994d..8f30c14d5 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