Searched refs:SUBARCH (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/scripts/
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
287 # Support um (which uses SUBARCH)
289 if [ "$SUBARCH" = "i386" ]; then
291 elif [ "$SUBARCH" = "x86_64" ]; then
294 archinclude=${SUBARCH}
296 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
301 *"mach-"${SUBARCH})
303 *"plat-"${SUBARCH})
/linux-4.1.27/arch/um/
H A DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
34 HEADER_ARCH := $(SUBARCH)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
167 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/linux-4.1.27/arch/unicore32/
H A DMakefile13 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/arch/parisc/
H A DMakefile36 ifneq ($(SUBARCH),$(UTS_MACHINE))
/linux-4.1.27/arch/sh/
H A DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/arch/m68k/
H A DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/
H A DMakefile219 # SUBARCH tells the usermode build what the underlying arch is. That is set
223 # SUBARCH is subsequently ignored.
225 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ macro
252 ARCH ?= $(SUBARCH)
1478 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
1480 # that $(SUBARCH) doesn't work here.
1482 CHECKSTACK_ARCH := $(SUBARCH)
/linux-4.1.27/arch/microblaze/kernel/
H A Dhead.S346 * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
/linux-4.1.27/arch/mips/
H A DMakefile45 ifneq ($(SUBARCH),$(ARCH))

Completed in 97 milliseconds