Home
last modified time | relevance | path

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

/linux/arch/x86/
H A DMakefile119 UTS_MACHINE := i386 macro
153 UTS_MACHINE := x86_64 macro
252 KBUILD_LDFLAGS += -m elf_$(UTS_MACHINE)
313 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
314 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux/scripts/package/
H A Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
89 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 DMakefile132 UTS_MACHINE := aarch64_be macro
138 UTS_MACHINE := aarch64 macro
/linux/arch/riscv/
H A DMakefile31 UTS_MACHINE := riscv64 macro
42 UTS_MACHINE := riscv32 macro
/linux/arch/s390/
H A DMakefile38 UTS_MACHINE := s390x macro
/linux/arch/sh/
H A DMakefile102 UTS_MACHINE := sh macro
/linux/arch/mips/
H A DMakefile45 UTS_MACHINE := mips macro
49 UTS_MACHINE := mips64 macro
/linux/arch/x86/boot/compressed/
H A DMakefile55 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/linux/arch/powerpc/
H A DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/linux/
H A DMakefile409 UTS_MACHINE := $(ARCH) macro
623 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
1450 $(Q)find $(srctree)/tools/testing/selftests -name config -o -name config.$(UTS_MACHINE) | \
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c694 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,