Home
last modified time | relevance | path

Searched refs:UTS_MACHINE (Results 1 – 12 of 12) sorted by relevance

/linux/scripts/package/
H A Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
91 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
/linux/scripts/
H A Dmkcompile_h4 UTS_MACHINE=$1
H A DMakefile.package78 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
147 snapcraft --target-arch=$(UTS_MACHINE)
/linux/init/
H A Dversion-timestamp.c17 .machine = UTS_MACHINE,
/linux/arch/arm64/
H A DMakefile125 UTS_MACHINE := aarch64_be macro
131 UTS_MACHINE := aarch64 macro
/linux/arch/loongarch/
H A DMakefile57 UTS_MACHINE := loongarch32 macro
61 UTS_MACHINE := loongarch64 macro
/linux/arch/parisc/
H A DMakefile24 UTS_MACHINE := parisc64 macro
/linux/arch/x86/kernel/
H A DMakefile8 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/linux/arch/x86/boot/compressed/
H A DMakefile53 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/linux/arch/riscv/
H A DMakefile47 UTS_MACHINE := riscv$(BITS) macro
/linux/arch/powerpc/
H A DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/linux/
H A DMakefile407 UTS_MACHINE := $(ARCH) macro
639 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
1572 $(Q)find $(srctree)/tools/testing/selftests -name config -o -name config.$(UTS_MACHINE) | \