Searched refs:SUBARCH (Results 1 – 14 of 14) sorted by relevance
292 if [ "$SUBARCH" = "i386" ]; then294 elif [ "$SUBARCH" = "x86_64" ]; then297 archinclude=${SUBARCH}299 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then302 mach_suffix=$SUBARCH303 plat_suffix=$SUBARCH
1 # SUBARCH tells the usermode build what the underlying arch is. That is set5 # SUBARCH is subsequently ignored.7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
10 ifeq ($(SUBARCH),x86)17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig34 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
14 bool "64-bit kernel" if "$(SUBARCH)" = "x86"15 default "$(SUBARCH)" != "i386"
13 ifneq ($(SUBARCH),$(ARCH))
19 ifneq ($(SUBARCH),$(ARCH))
21 ARCH ?= $(SUBARCH)
41 ifneq ($(SUBARCH),$(UTS_MACHINE))
176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
55 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
12 ifneq ($(SUBARCH),$(ARCH))
48 ifneq ($(SUBARCH),$(ARCH))
322 ARCH ?= $(SUBARCH)1620 CHECKSTACK_ARCH := $(SUBARCH)
571 ifneq ($(SUBARCH),$(ARCH))