Searched refs:KBUILD_RUSTFLAGS (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/x86/ |
| H A D | Makefile | 77 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json 78 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 99 KBUILD_RUSTFLAGS += -Zcf-protection=branch $(if $(call rustc-min-version,109300),-Cjump-tables=n,-Z… 165 KBUILD_RUSTFLAGS += -Ctarget-cpu=native 168 KBUILD_RUSTFLAGS += -Ctarget-cpu=x86-64 -Ztune-cpu=generic 173 KBUILD_RUSTFLAGS += -Cno-redzone=y 174 KBUILD_RUSTFLAGS += -Ccode-model=kernel 212 KBUILD_RUSTFLAGS += $(RETPOLINE_RUSTFLAGS) 234 KBUILD_RUSTFLAGS += $(PADDING_RUSTFLAGS)
|
| H A D | Makefile.um | 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 15 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
|
| /linux/arch/arm64/ |
| H A D | Makefile | 49 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none-softfloat 51 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon" 61 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=n 65 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=y -Zuse-sync-unwind=n 80 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret 82 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret 116 KBUILD_RUSTFLAGS += -Zfixed-x18
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 131 KBUILD_RUSTFLAGS += -Cllvm-args=--loongarch-annotate-tablejump 133 KBUILD_RUSTFLAGS += $(if $(call rustc-min-version,109300),-Cjump-tables=n,-Zno-jump-tables) # keep… 143 KBUILD_RUSTFLAGS += --target=loongarch64-unknown-none-softfloat -Ccode-model=small
|
| /linux/ |
| H A D | Makefile | 603 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro 646 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE 871 KBUILD_RUSTFLAGS += $(rust_common_flags_per_version) 931 KBUILD_RUSTFLAGS += -Copt-level=2 934 KBUILD_RUSTFLAGS += -Copt-level=s 939 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n) 940 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n) 966 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y 1070 KBUILD_RUSTFLAGS += -Zsanitizer=shadow-call-stack 1106 KBUILD_RUSTFLAGS += $(RUSTC_FLAGS_CFI) [all …]
|
| /linux/scripts/ |
| H A D | Makefile.debug | 51 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
|
| H A D | Makefile.compiler | 89 $(KBUILD_RUSTFLAGS),$(1),$(2))
|
| H A D | Makefile.warn | 220 KBUILD_RUSTFLAGS += -Dwarnings
|
| H A D | Makefile.lib | 32 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
|
| H A D | Makefile.build | 43 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
|
| /linux/arch/riscv/ |
| H A D | Makefile | 37 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \ 68 KBUILD_RUSTFLAGS += -Ctarget-feature=-c
|
| /linux/arch/um/ |
| H A D | Makefile | 65 KBUILD_RUSTFLAGS += -Crelocation-model=pie
|
| /linux/arch/arm/ |
| H A D | Makefile | 153 KBUILD_RUSTFLAGS += --target=arm-unknown-linux-gnueabi
|
| /linux/Documentation/kbuild/ |
| H A D | makefiles.rst | 1186 KBUILD_RUSTFLAGS 1193 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.
|