Searched refs:KBUILD_RUSTFLAGS (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/
H A DMakefile74 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
75 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
88 KBUILD_RUSTFLAGS += -Zcf-protection=branch -Zno-jump-tables
169 KBUILD_RUSTFLAGS += $(rustflags-y)
173 KBUILD_RUSTFLAGS += -Cno-redzone=y
174 KBUILD_RUSTFLAGS += -Ccode-model=kernel
H A DMakefile.um12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
/linux-master/scripts/
H A DMakefile.debug43 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
H A DMakefile.lib11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
142 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
/linux-master/arch/arm64/
H A DMakefile44 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon"
70 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret
72 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret
/linux-master/arch/um/
H A DMakefile66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
/linux-master/
H A DMakefile563 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro
607 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE
812 KBUILD_RUSTFLAGS += -Copt-level=2
815 KBUILD_RUSTFLAGS += -Copt-level=s
820 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
821 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n)
845 KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings
846 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y)
850 KBUILD_RUSTFLAGS
[all...]
/linux-master/arch/loongarch/
H A DMakefile104 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json

Completed in 458 milliseconds