Lines Matching refs:ARCH
220 # first, and if a usermode build is happening, the "ARCH=um" on the command
221 # line overrides the setting of ARCH below. If a native build is happening,
222 # then ARCH is assigned, getting whatever value it gets normally, and
235 # When performing cross compilation for other architectures ARCH shall be set
237 # ARCH can be set during invocation of make:
238 # make ARCH=ia64
239 # Another way is to have ARCH set in the environment.
240 # The default ARCH is the host where make is executed.
252 ARCH ?= $(SUBARCH)
256 UTS_MACHINE := $(ARCH)
257 SRCARCH := $(ARCH)
259 # Additional ARCH settings for x86
260 ifeq ($(ARCH),i386)
263 ifeq ($(ARCH),x86_64)
267 # Additional ARCH settings for sparc
268 ifeq ($(ARCH),sparc32)
271 ifeq ($(ARCH),sparc64)
275 # Additional ARCH settings for sh
276 ifeq ($(ARCH),sh64)
280 # Additional ARCH settings for tile
281 ifeq ($(ARCH),tilepro)
284 ifeq ($(ARCH),tilegx)
418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
806 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
1479 # else wants $(ARCH), including people doing cross-builds, which means
1481 ifeq ($(ARCH), um)
1484 CHECKSTACK_ARCH := $(ARCH)