Home
last modified time | relevance | path

Searched refs:SUBARCH (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/scripts/
Dtags.sh292 if [ "$SUBARCH" = "i386" ]; then
294 elif [ "$SUBARCH" = "x86_64" ]; then
297 archinclude=${SUBARCH}
299 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
302 mach_suffix=$SUBARCH
303 plat_suffix=$SUBARCH
Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
5 # SUBARCH is subsequently ignored.
7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
/Linux-v4.19/arch/um/
DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
34 HEADER_ARCH := $(SUBARCH)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
170 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/Linux-v4.19/arch/x86/um/
DKconfig14 bool "64-bit kernel" if "$(SUBARCH)" = "x86"
15 default "$(SUBARCH)" != "i386"
/Linux-v4.19/arch/unicore32/
DMakefile13 ifneq ($(SUBARCH),$(ARCH))
/Linux-v4.19/arch/m68k/
DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/Linux-v4.19/tools/testing/selftests/
Dlib.mk21 ARCH ?= $(SUBARCH)
/Linux-v4.19/arch/parisc/
DMakefile41 ifneq ($(SUBARCH),$(UTS_MACHINE))
/Linux-v4.19/tools/testing/ktest/examples/
Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/Linux-v4.19/arch/x86/entry/vdso/
DMakefile55 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/Linux-v4.19/arch/sh/
DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/Linux-v4.19/arch/mips/
DMakefile48 ifneq ($(SUBARCH),$(ARCH))
/Linux-v4.19/
DMakefile322 ARCH ?= $(SUBARCH)
1620 CHECKSTACK_ARCH := $(SUBARCH)
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt571 ifneq ($(SUBARCH),$(ARCH))