Lines Matching defs:ARCH
389 # When performing cross compilation for other architectures ARCH shall be set
391 # ARCH can be set during invocation of make:
392 # make ARCH=arm64
393 # Another way is to have ARCH set in the environment.
394 # The default ARCH is the host where make is executed.
404 ARCH ?= $(SUBARCH)
407 UTS_MACHINE := $(ARCH)
408 SRCARCH := $(ARCH)
410 # Additional ARCH settings for x86
411 ifeq ($(ARCH),i386)
414 ifeq ($(ARCH),x86_64)
418 # Additional ARCH settings for sparc
419 ifeq ($(ARCH),sparc32)
422 ifeq ($(ARCH),sparc64)
426 # Additional ARCH settings for parisc
427 ifeq ($(ARCH),parisc64)
631 export ARCH SRCARCH CONFIG_SHELL BASH HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE LD CC HOSTPKG_CONFIG
693 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1197 CHECKFLAGS += --arch=$(ARCH)
1216 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
2211 # else wants $(ARCH), including people doing cross-builds, which means
2213 ifeq ($(ARCH), um)
2216 CHECKSTACK_ARCH := $(ARCH)