summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 02202d324962..58afa07bdf40 100644
--- a/Makefile
+++ b/Makefile
@@ -316,12 +316,9 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
316# CROSS_COMPILE can be set on the command line 316# CROSS_COMPILE can be set on the command line
317# make CROSS_COMPILE=ia64-linux- 317# make CROSS_COMPILE=ia64-linux-
318# Alternatively CROSS_COMPILE can be set in the environment. 318# Alternatively CROSS_COMPILE can be set in the environment.
319# A third alternative is to store a setting in .config so that plain
320# "make" in the configured kernel build directory always uses that.
321# Default value for CROSS_COMPILE is not to prefix executables 319# Default value for CROSS_COMPILE is not to prefix executables
322# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile 320# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
323ARCH ?= $(SUBARCH) 321ARCH ?= $(SUBARCH)
324CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
325 322
326# Architecture as present in compile.h 323# Architecture as present in compile.h
327UTS_MACHINE := $(ARCH) 324UTS_MACHINE := $(ARCH)