Lines Matching defs:ARCH
390 # When performing cross compilation for other architectures ARCH shall be set
392 # ARCH can be set during invocation of make:
393 # make ARCH=arm64
394 # Another way is to have ARCH set in the environment.
395 # The default ARCH is the host where make is executed.
405 ARCH ?= $(SUBARCH)
408 UTS_MACHINE := $(ARCH)
409 SRCARCH := $(ARCH)
411 # Additional ARCH settings for x86
412 ifeq ($(ARCH),i386)
415 ifeq ($(ARCH),x86_64)
419 # Additional ARCH settings for sparc
420 ifeq ($(ARCH),sparc32)
423 ifeq ($(ARCH),sparc64)
427 # Additional ARCH settings for parisc
428 ifeq ($(ARCH),parisc64)
637 export ARCH SRCARCH CONFIG_SHELL BASH HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE LD CC HOSTPKG_CONFIG
706 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1242 CHECKFLAGS += --arch=$(ARCH)
1261 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
2261 # else wants $(ARCH), including people doing cross-builds, which means
2263 ifeq ($(ARCH), um)
2266 CHECKSTACK_ARCH := $(ARCH)