diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
323 | ARCH ?= $(SUBARCH) | 321 | ARCH ?= $(SUBARCH) |
324 | CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%) | ||
325 | 322 | ||
326 | # Architecture as present in compile.h | 323 | # Architecture as present in compile.h |
327 | UTS_MACHINE := $(ARCH) | 324 | UTS_MACHINE := $(ARCH) |