Home
last modified time | relevance | path

Searched refs:KBUILD_RUSTFLAGS (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/arch/arm64/
DMakefile52 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none-softfloat
54 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon"
64 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=n
68 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=y -Zuse-sync-unwind=n
83 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret
85 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret
123 KBUILD_RUSTFLAGS += -Zfixed-x18
/linux-6.14.4/arch/x86/
DMakefile78 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
79 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
112 KBUILD_RUSTFLAGS += -Zcf-protection=branch -Zno-jump-tables
194 KBUILD_RUSTFLAGS += $(rustflags-y)
198 KBUILD_RUSTFLAGS += -Cno-redzone=y
199 KBUILD_RUSTFLAGS += -Ccode-model=kernel
226 KBUILD_RUSTFLAGS += $(RETPOLINE_RUSTFLAGS)
248 KBUILD_RUSTFLAGS += $(PADDING_RUSTFLAGS)
DMakefile.um12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
15 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
/linux-6.14.4/
DMakefile586 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro
629 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE
862 KBUILD_RUSTFLAGS += -Copt-level=2
865 KBUILD_RUSTFLAGS += -Copt-level=s
870 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
871 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n)
895 KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings
896 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y)
900 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y
988 KBUILD_RUSTFLAGS += -Zsanitizer=shadow-call-stack
[all …]
/linux-6.14.4/scripts/
DMakefile.debug51 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
DMakefile.compiler85 $(KBUILD_RUSTFLAGS),$(1),$(2))
DMakefile.lib11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
121 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
/linux-6.14.4/arch/riscv/
DMakefile38 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \
75 KBUILD_RUSTFLAGS += -Ctarget-feature=-c
/linux-6.14.4/arch/um/
DMakefile67 KBUILD_RUSTFLAGS += -Crelocation-model=pie
/linux-6.14.4/arch/loongarch/
DMakefile107 KBUILD_RUSTFLAGS += --target=loongarch64-unknown-none-softfloat -Ccode-model=small
/linux-6.14.4/Documentation/kbuild/
Dmakefiles.rst1171 KBUILD_RUSTFLAGS
1178 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.