Searched refs:KBUILD_RUSTFLAGS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/ |
H A D | Makefile | 71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 165 KBUILD_RUSTFLAGS += $(rustflags-y) 169 KBUILD_RUSTFLAGS += -Cno-redzone=y 170 KBUILD_RUSTFLAGS += -Ccode-model=kernel
|
H A D | Makefile.um | 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/openbmc/linux/scripts/ |
H A D | Makefile.debug | 43 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
|
H A D | Makefile.lib | 11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y) 136 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
|
/openbmc/linux/ |
H A 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 [all...] |
/openbmc/linux/arch/um/ |
H A D | Makefile | 66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 1153 KBUILD_RUSTFLAGS 1160 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.
|