Searched refs:SUBARCH (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/scripts/ |
H A D | tags.sh | 8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj 293 # Support um (which uses SUBARCH) 295 if [ "$SUBARCH" = "i386" ]; then 297 elif [ "$SUBARCH" = "x86_64" ]; then 300 archinclude=${SUBARCH} 302 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then 307 *"mach-"${SUBARCH}) 309 *"plat-"${SUBARCH})
|
/linux-4.4.14/arch/um/ |
H A D | Makefile | 10 ifeq ($(SUBARCH),x86) 17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig 34 HEADER_ARCH := $(SUBARCH) 36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),) 168 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
|
/linux-4.4.14/arch/unicore32/ |
H A D | Makefile | 13 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/parisc/ |
H A D | Makefile | 36 ifneq ($(SUBARCH),$(UTS_MACHINE))
|
/linux-4.4.14/arch/sh/ |
H A D | Makefile | 12 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/m68k/ |
H A D | Makefile | 19 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/ |
H A D | Makefile | 218 # SUBARCH tells the usermode build what the underlying arch is. That is set 222 # SUBARCH is subsequently ignored. 224 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ macro 251 ARCH ?= $(SUBARCH) 1479 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone 1481 # that $(SUBARCH) doesn't work here. 1483 CHECKSTACK_ARCH := $(SUBARCH)
|
/linux-4.4.14/arch/microblaze/kernel/ |
H A D | head.S | 346 * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
|
/linux-4.4.14/arch/mips/ |
H A D | Makefile | 45 ifneq ($(SUBARCH),$(ARCH))
|
Completed in 939 milliseconds