Lines Matching refs:ARCH
219 # first, and if a usermode build is happening, the "ARCH=um" on the command
220 # line overrides the setting of ARCH below. If a native build is happening,
221 # then ARCH is assigned, getting whatever value it gets normally, and
234 # When performing cross compilation for other architectures ARCH shall be set
236 # ARCH can be set during invocation of make:
237 # make ARCH=ia64
238 # Another way is to have ARCH set in the environment.
239 # The default ARCH is the host where make is executed.
251 ARCH ?= $(SUBARCH)
255 UTS_MACHINE := $(ARCH)
256 SRCARCH := $(ARCH)
258 # Additional ARCH settings for x86
259 ifeq ($(ARCH),i386)
262 ifeq ($(ARCH),x86_64)
266 # Additional ARCH settings for sparc
267 ifeq ($(ARCH),sparc32)
270 ifeq ($(ARCH),sparc64)
274 # Additional ARCH settings for sh
275 ifeq ($(ARCH),sh64)
279 # Additional ARCH settings for tile
280 ifeq ($(ARCH),tilepro)
283 ifeq ($(ARCH),tilegx)
408 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
802 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
1480 # else wants $(ARCH), including people doing cross-builds, which means
1482 ifeq ($(ARCH), um)
1485 CHECKSTACK_ARCH := $(ARCH)