Lines Matching defs:ARCH
355 # When performing cross compilation for other architectures ARCH shall be set
357 # ARCH can be set during invocation of make:
358 # make ARCH=ia64
359 # Another way is to have ARCH set in the environment.
360 # The default ARCH is the host where make is executed.
370 ARCH ?= $(SUBARCH)
373 UTS_MACHINE := $(ARCH)
374 SRCARCH := $(ARCH)
376 # Additional ARCH settings for x86
377 ifeq ($(ARCH),i386)
380 ifeq ($(ARCH),x86_64)
384 # Additional ARCH settings for sparc
385 ifeq ($(ARCH),sparc32)
388 ifeq ($(ARCH),sparc64)
392 # Additional ARCH settings for sh
393 ifeq ($(ARCH),sh64)
512 export ARCH SRCARCH CONFIG_SHELL BASH HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE LD CC
554 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1035 CHECKFLAGS += --arch=$(ARCH)
1046 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
1957 # else wants $(ARCH), including people doing cross-builds, which means
1959 ifeq ($(ARCH), um)
1962 CHECKSTACK_ARCH := $(ARCH)