Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/
DMakefile71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
164 KBUILD_RUSTFLAGS += $(rustflags-y)
168 KBUILD_RUSTFLAGS += -Cno-redzone=y
169 KBUILD_RUSTFLAGS += -Ccode-model=kernel
DMakefile.um12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
/Linux-v6.6/scripts/
DMakefile.debug43 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
DMakefile.lib11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
136 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
/Linux-v6.6/
DMakefile568 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro
613 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE
821 KBUILD_RUSTFLAGS += -Copt-level=2
824 KBUILD_RUSTFLAGS += -Copt-level=s
829 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
830 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n)
854 KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings
855 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y)
859 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y
1032 KBUILD_RUSTFLAGS += $(KRUSTFLAGS)
/Linux-v6.6/arch/um/
DMakefile66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
/Linux-v6.6/Documentation/kbuild/
Dmakefiles.rst1153 KBUILD_RUSTFLAGS
1160 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.