Searched refs:KBUILD_RUSTFLAGS (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/arch/x86/ |
D | Makefile | 71 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
|
D | Makefile.um | 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/Linux-v6.6/scripts/ |
D | Makefile.debug | 43 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
|
D | Makefile.lib | 11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y) 136 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
|
/Linux-v6.6/ |
D | Makefile | 568 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/ |
D | Makefile | 66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 1153 KBUILD_RUSTFLAGS 1160 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.
|